When .onChange Picker modifier is called

前端 未结 0 606
小鲜肉
小鲜肉 2020-12-08 04:43

I have following Picker in my SwiftUI ContentView

Picker("", selection: $approxType, content: {
            Text("Linear").tag(1)
                 


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