Core Data, Migration, Swift 3.0, attributes, Persistency, Database, Core data migration Core Data Migration - Part 2 (Removing Attributes) Disclaimer: I have taken a code example to show how to migrate data from Migrating a data model with Core data. So if you are interested in learning more about core data, please
Core Data, Swift, Database, Persistency, Migration Core Data Migration - Part 1 (Adding new fields) While working on tiny side project, I realized that Xcode has made significant change in how core data migration takes place. Earlier, like couple of years ago I recall how I ran into
iOS10, Apple, Tutorial, Example, iOS, Database, Core Data, Caching, Cache, Swift 2.0, Swift 2.3, Mantle, Adapter, MTLManagedObjectAdapter Core Data with Mantle in Swift Today we are going to talk about how I used Core data in conjunction with Mantle wrapper to directly store and retrieve data out of database without directly interacting with Core data. This