Changes

IOS 8 Databases in Swift using Core Data

6 bytes added, 21:11, 3 November 2016
Summary
== 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.