How to create a simple to-do list App in iOS using Core Data, a powerful (but intimidating) framework from Apple. You’ll see how to take advantage of Core Data’s deep integration with Cocoa to:
create the Core Data Stack the simple and reusable way
design your Model using Xcode
let Core Data give all needed data to UITableView
navigate your object graph, maintaining your relationships and doing cascade deleting
update your database seamlessly between different versions of your app
turn on Core Data logging, to see what’s happening under the hood, explore generated data
create simple Unit Tests using in-memory databases for ultra-fast no-headache testing
Mobile developer after quitting his former job as a data center guy. With some experience in now defunct webOS, iOS, Android and BB10. Loves computers and programming, basically everything that smells like hot silicon. Teaching fellow developers in several technologies / languages... Read More →