Hi @alexander216 ,
Does this mean that I use SwiftData with my app, no user will be able to use it unless his iPhone iOS is at least 17? If yes this will be a hug drawback, isn't it?
Post
Replies
Boosts
Views
Activity
another thing I forgot to mention is that the bestScore field in records are automatically being updated and as a result the ordering in the list will change too. This is happening by a separate process running in parallel (of course I'm updating the bestScore in the main thread, but the rest runs in the background).