Relative Content

Tag Archive for swiftuser-interfaceswiftdata

why my SwiftData Query freeze the ui , how to solve?

I wrote a simple Home view that uses a LazyVGrid to display all my playlists. The playlists are queried using SwiftData‘s @Query, but I have no idea why the UI freezes. There is only one playlist in the database, so it can’t be due to too much data.