First Step towards Core Data
In my first article “Data Storage in iOS”, I talked about the different types of data storages available to the iOS developer. With this post I would show you how you could start off with Core Data. Create a new Empty Application template project in Xcode 4.2 and choose Use Core Data and name the...
Data storage in iOS
Mobile applications are of two types – online and offline. Online applications have to be connected to an external server for functioning. When there is no network connectivity, these application stops functioning. Offline applications, on the other hand, do not need to be connected to external servers. These applications work with data stored locally on...

Recent Comments