Changes

Jump to: navigation, search

Working with iOS 7 Databases using Core Data

12 bytes added, 20:42, 1 February 2016
m
Text replacement - "<google>BUY_IOS7</google>" to "<htmlet>ios9_upgrade</htmlet>"
<googlehtmlet>BUY_IOS7ios9_upgrade</googlehtmlet>
The term persistent object store refers to the underlying storage environment in which data are stored when using Core Data. Core Data supports three disk-based and one memory-based persistent store. Disk based options consist of SQLite, XML and binary. By default, the iOS SDK will use SQLite as the persistent store. In practice, the type of store being used is transparent to you as the developer. Regardless of your choice of persistent store, your code will make the same calls to the same Core Data APIs to manage the data objects required by your application.
<googlehtmlet>BUY_IOS7ios9_upgrade</googlehtmlet>
== Defining an Entity Description ==
<googlehtmlet>BUY_IOS7ios9_upgrade</googlehtmlet>

Navigation menu