Wally 7
Wally 7.0 iOS app update replaces Realm with SwiftData, adds custom item groups, image zoom, and UI improvements for Liquid Glass.
Wally 7.0 iOS app update replaces Realm with SwiftData, adds custom item groups, image zoom, and UI improvements for Liquid Glass.
Learn how to observe SwiftData changes using sectioned queries, ResultsObserver, and HistoryObserver without manual diffing.
A technical guide to implementing and managing schema migrations in SwiftData, covering automatic and manual migration strategies.
Learn how to use SwiftData's #Index and #Unique macros to speed up searches and prevent duplicate records in iOS 18 apps.
Learn how to use SwiftData history tracking to detect changes since last check, with tokens and transactions for iOS/macOS apps.
A developer's reflections on WWDC 2024, exploring new Apple technologies like SwiftData, AI features, Sequoia, and Reality Kit for future projects.
A developer discusses Bushel, a tool for creating and managing macOS virtual machines for safe software testing, built with Swift Data.
A developer shares initial impressions and basic concepts of SwiftData, Apple's data persistence framework built on Core Data, after experimenting with it.
Explains SwiftData, the new Swift framework for data modeling built on CoreData, with practical SwiftUI examples for iOS 17+.
Learn how to pre-populate a SwiftData persistent store with initial data for SwiftUI apps, testing, and previews.
Guide on pre-populating a SwiftData persistent store with initial data for SwiftUI apps, unit tests, and Xcode previews.
A guide on integrating SwiftData into existing iOS/macOS apps, covering prerequisites, macros, and view modifiers.
Learn how to add SwiftData to an existing iOS/macOS app with Xcode 15, including setup, @Model macro, and SwiftUI integration.