Tagged with SwiftData
- 09. Links for September 9, 2024
Links for September 9, 2024
- 09. SwiftData adds predicate expressions in iOS 18.
SwiftData Expressions
- 20. In this article, we'll look at view modifiers which we can use to setup a SwiftData model container and model context directly in SwiftUI.
How to get a SwiftData model container and context in SwiftUI
- 20. Links for December 20, 2023
Links for December 20, 2023
- 05. Links for December 5, 2023
Links for December 5, 2023
- 05. Learn Swift and iOS Development on tanaschita.com. Stay up to date with guides and tutorials on topics like SwiftUI, Combine, concurrency with async/await and more.
How to migrate to a new schema with SwiftData in iOS
- 05. Learn how to efficiently store larger amounts of data in SwiftData by using the .externalStorage attribute.
How to store images in SwiftData
- 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
- 21. In the earlier tutorial, I have walked you through the basics of SwiftData, a new framework introduced in iOS 17 as a replacement for Core Data. If you have
Using SwiftData with Preview in SwiftUI