Simple single view iOS app to learn CoreData. This is example app of using Core Data to store Tasks to do. Unit tests with Core Data are implemented too.
- adding new tasks
- marking completed tasks
- deleting all completed tasks
- deleting individual tasks
- color priorities
In app main folder run this command:
pod install
After installing dependencies, you can run the project(CalculatorForMechanics.xcworkspace
).
- animated checkbox: https://github.com/swifty-iOS/RadioCheckboxButton