There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This app modifies Pietro Rea's Swift Core Data tutorial in two ways. First, the app accesses uses a NSManagedObjectContext subclass instead of KVC. Second, the app moves the Core Data initialization code from AppDelegate to its own helper class.