cupertino-sample-code/swiftdata-maintaining-a-local-copy-of-server-data
Mihaela Mihaljevic 37fd4fb24f Initial commit: 606 Apple sample code projects
MIT License - Apple Developer sample code
Downloaded via Cupertino (https://github.com/mihaelamj/cupertino)
2025-12-03 00:19:12 +01:00
..
Configuration Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
DataCache Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
DataCache.xcodeproj Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
LICENSE Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
.gitignore Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00
README.md Initial commit: 606 Apple sample code projects 2025-12-03 00:19:12 +01:00

SwiftData local data cache sample

This app downloads data from the network and stores the data persistently in a local data store using SwiftData.

For more information about the app and how it works, see Maintaining a local copy of server data in the developer documentation.