Post

Replies

Boosts

Views

Activity

Comment on SwiftData Update Item View from Background Thread
UPDATE: Apple engineer confirmed it's a bug and offered a workaround here using NotificationCenter. Tested it in my project and it worked, the UI updates are triggered correctly.
Replies
Boosts
Views
Activity
Jul ’24
Comment on Importing Data into SwiftData in the Background Using ModelActor and @Query
If I click on this I get 'Feedback not found' 🤔
Replies
Boosts
Views
Activity
Jul ’24
Comment on Importing Data into SwiftData in the Background Using ModelActor and @Query
UPD: My issue was not related to the previously reported bug, so I would consider it fixed. The reason of my problem was that in one place I forgot to modelContext.save() before sending model container to the ModelActor and possibly there was some conflict.
Replies
Boosts
Views
Activity
Aug ’24