Using IdentifiedCollections in SwiftData #81
Aayush9029
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently,
IdentifiedArrayOf<..>
doesn't work with@Model
in Swift data.This macro expands to:
Are there any plans to support these s/getters, or has anyone found a neat workaround for this besides using it on
init(..)
and using.elements
on assignment?Beta Was this translation helpful? Give feedback.
All reactions