To Do List Project from Udemy Course "Core Data and Realm - Master Data Persistence for iOS"
To Do List Project from Udemy Course “Core Data and Realm - Master Data Persistence for iOS”
This simple app lets users create To Do Lists organized in categories. By tapping on any category the list of corresponding items appears on the screen:
The application supports the following functions as well:
The app was implemented using UITableViewController. It also supports data persistence by using basic functionality of Core Data Framework for CRUD operations.
I learned about Core Data concepts, how to perform CRUD operations and how UITableView manages reusable cells