Changes

IOS 8 Databases in Swift using Core Data

37 bytes added, 04:28, 10 November 2016
Managed Object Model
== Managed Object Model ==
<htmlet>adsdaqbox_flow</htmlet>
So far we have focused on the management of data objects but have not yet looked at how the data models are defined. This is the task of the Managed Object Model which defines a concept referred to as entities.
== Summary ==
The Core Data Framework stack provides a flexible alternative to directly managing data using SQLite or other data storage mechanisms. By providing an object oriented abstraction layer on top of the data the task of managing data storage is made significantly easier for the iOS application developer. Now that the basics of Core Data have been covered the next chapter entitled [[An iOS 8 Swift Core Data Tutorial|An iOS 10 Core Data Tutorial]] will work through the creation of an example application.