- Xcode 8.0+ (through 9.0)
- Swift 3+ (through 4.0)
- iOS 10.0 (through 11.0)
Frameworks:
- Foundation
- UIKit
- CoreData
Demonstrates using CoreData with the following set up within Xcode's Data Model editor:
- Entities: Country, Manufacturer, Product, ProductDescription
- Entity attributes
- Entity relationships
- Fetched properties (on Product and ProductDescription)
- Fetch request template
Contains a versioned Data Model (3 versions present)
Just clone and go!