Published computed property in SwiftUI is not updating

后端 未结 0 1427
猫巷女王i
猫巷女王i 2020-12-28 22:12

I have a class:

    class ItemController: ObservableObject {
    init() {
        self.current = 0 // The first object of the array by default
        self.it         


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