How to refresh a List with a lot of data from SQLite without blocking the UI

后端 未结 0 834
旧时难觅i
旧时难觅i 2021-01-24 06:39

I have to query words from a big SQLite database and display them in a SwiftUI List. It works, but it blocks the UI during the keystrokes, despite the use of DispatchQueue. Belo

相关标签:
回答
  • 消灭零回复
提交回复
热议问题