BMI Calculator is an application that can be used to measure BMI (Body Mass Index). This application is made using the Swift programming language and uses Core Data as a database that stores its data.
- Swift - The main technology used is swift
- Use UI Slider for input media for Height and Weight to be calculated
- Use TableView to display BMI calculation history data
- Implement Custom Table Cell to be displayed in TableView
- Implement tableView function trailingSwipeActionsConfigurationForRowAt to add swipe action to table row
- Implement alert when data is successfully or fails to be saved to Core Data
- Implement confirmation alert when data is deleted
- Use MVC Design Pattern to organize application files
- Implement CRD (Create, Read and Delete) in applications with Core Data
- Download the project zip file or clone the project
- Open the Xcode file then run the project with Simulator or Real Device
Septian Nugraha