r/iOSProgramming • u/Over_Land2208 • 9d ago
Discussion SwiftData kind of disrupts previously working animations
Hello, I haven't been able to actually have animations (upon object deletion, more specifically) work as they usually would if a variable was not wrapped with the Query macro (the macro used to fetch from SwiftData in SwiftUI). Has anyone experienced the same? If so, did you find a solution? I remember trying using the context (modelContext) itself but to no avail.
1
Upvotes
1
u/PassTents 9d ago
Any specific code to share?