Creating the Core Data Stack with Backwards Compatibility in Swift
Guide to creating a Core Data stack with backward compatibility for iOS versions before iOS 10.
Guide to creating a Core Data stack with backward compatibility for iOS versions before iOS 10.
Swift tip on using a URL extension to access a user's documents directory, keeping code DRY.
A course on Core Data fundamentals with Swift, covering data modeling, persistence, and app architecture.
A guide to Core Data fundamentals with Swift, covering data modeling, persistence, and app architecture.
Tutorial on fixing ambiguous type/redeclaration errors for Core Data NSManagedObject subclasses in Xcode 8.
Resolving Core Data ambiguous type/redeclaration errors in Xcode 8 by disabling auto codegen for NSManagedObject subclasses.
Guide on using a compiled Core Data model (.momd) in Swift Playgrounds for testing and tinkering.
Guide on using Core Data models in Swift Playgrounds, including setup, limitations, and step-by-step walkthrough.
Tutorial on sharing a Core Data model across iOS and Mac projects using a Swift framework for code re-use.
Tutorial on sharing a Core Data model between iOS and Mac apps using a Swift framework for code reuse.
Swift extensions to simplify Core Data localization, including methods for localizing entity names and working with model strings files.
A guide to creating type-safe Core Data objects in Swift, covering convenience initializers and factory methods to avoid string-based APIs.
A Swift iOS developer dissects their new Bible verse memorization app, explaining how features like UITableView, Core Data, and NSFetchedResultsController were implemented.
A technical walkthrough of building the 10 Read 10 Said iOS app, covering Swift features like UITableView, Core Data, and NSFetchedResultsController.
Guide on using NSFetchedResultsControllerDelegate to sync Core Data with table views in Swift.
Tutorial on using NSFetchedResultsControllerDelegate to sync Core Data with table views in Swift.
Tutorial on using NSFetchedResultsController with Swift to display Core Data in a UITableView.
Guide on using NSFetchedResultsController with UITableView in Swift to display Core Data efficiently.
Learn how to seed a Core Data database with sample data in Swift for development and testing purposes.
A Core Data cheat sheet for Swift iOS developers with code snippets for common operations.