Tag: Core Data
-
Core Data: Simple Data Modeling
On my last post, you learned and became familiar with the template codes of Core Data. Now, you will learn how to model your own data using Core Data and you will modify the code to create to-dos instead of timeStamps. To build the to-do application, you will need to modify the data model by…
-
iOS: Introduction To Core Data
In this tutorial, you will learn how to work with Core Data and how to model your data for an enterprise-level apps. We will not program or anything but you will need Xcode for the modeling part of the tutorial. Note: You can download Xcode 4 at http://developer.apple.com/ or via the Mac App Store In…