SwiftUI List updating slowly

前端 未结 0 988
遥遥无期
遥遥无期 2020-12-31 08:39

I have a SwiftUI List, which has thousands of items. Each item is as such:

class Item: Codable, Identifiable {
    var id = UUID()
    var prop1          


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