swiftdata topic
WidgetExamples
A demo project showing different types of Widgets created with SwiftUI and WidgetKit.
SwiftDataKit
SwiftDataKit allows SwiftData developers to access Core Data objects corresponding to SwiftData elements.
ManagedModels
A SwiftData like `@Model` infrastructure for CoreData.
SwiftDataDecoupled
Example project showing how the data and view layers can be decoupled when using SwiftData for persistence.
SwiftDataTodoApp
This demo project shows the basic use of SwiftData with SwiftUI. It is a Todo app example.
Prototype
Prototype is a Swift Macro project that generates SwiftUI Forms and Views for data structures and classes. It's designed to complement SwiftData Models seamlessly.