Reading List

SwiftData Runtime from Michael Tsai RSS feed.

SwiftData Runtime

Richard Witherspoon: I’m working with SwiftData and trying to replicate behavior similar to what I used to do with CoreData, where I had an extension on NSManagedObjectContext that allowed me to fetch all stored objects, regardless of entity type.[…]I’m now using SwiftData with @Model types and the ModelContext, and I want to dynamically fetch all […]