Tagged with CoreData
- 11. Links for December 11, 2023
Links for December 11, 2023
- 11. Many people learning Core Data take the following steps when creating their first Core Data app: Create a new Xcode project that uses Core Data. Create Code Dat
Dealing with Core Data Duplicate Class Errors
- 21. Links for October 21, 2023
Links for October 21, 2023
- 21. At WWDC23, Apple introduced SwiftData - a framework which focuses on persisting data by using declarative code. SwiftData uses Swift's new macro system and is designed to work with SwiftUI.
Quick developer guide on SwiftData for iOS
- 26. Links for February 26, 2023
Links for February 26, 2023
- 26. Storing a Swift Enum in Core Data
Storing a Swift Enum in Core Data
- 20. Links for December 20, 2022
Links for December 20, 2022
- 20. Using Core Data With CloudKit
Using Core Data With CloudKit
- 27. Links for November 27, 2022
Links for November 27, 2022
- 27. Saving Images in Core Data
Saving Images in Core Data
- 14. Links for November 14, 2022
Links for November 14, 2022
- 14. Embracing Core Data in SwiftUI
Embracing Core Data In Swiftui
- 20. Links for August 20, 2022
Links for August 20, 2022
- 20. How to Save, Fetch, Update and Delete data from Core Data using Swift
How to Save, Fetch, Update and Delete data from Core Data using Swift
- 21. Bitmask (bitwise) values in Core Data
Bitmask (bitwise) values in Core Data
- 21. Links for July 21, 2022
Links for July 21, 2022
- 08. Links for July 8, 2022
Links for July 8, 2022
- 08. How to use NSPersistentCloudKitContainer
How to use NSPersistentCloudKitContainer
- 16. Links for August 16, 2021
Links for August 16, 2021
- 16. Testing Core Data In A Swift Package
Testing Core Data In A Swift Package
- 13. Links for August 13, 2021
Links for August 13, 2021
- 13. OOOOH I need to find something to use this on
Configuring SwiftUI Fetch Requests
- 05. Links for June 5, 2021
Links for June 5, 2021
- 05. I have a love hate relationship with CoreData. I love the idea of an object store, love how much it does for me, and also hate it when I mess something up. This is a good article.
Core Data In Memory Store
- 09. Links for May 9, 2021
Links for May 9, 2021
- 09. CloudKit & CoreData tips.
How to Set Up Core Data and CloudKit When You Haven’t the Faintest Clue What You’re Doing
- 29. Links for April 29, 2021
Links for April 29, 2021
- 29. Need more details when debugging CoreData? Check this out.
Debugging Core Data
- 10. Links for April 10, 2021
Links for April 10, 2021
- 10. I love Dave’s explain arion of these things. Really great.
Core Data and SwiftUI