How to bind a function in view model to a custom view in swiftui?

前端 未结 0 1361
日久生厌
日久生厌 2020-12-20 01:49

I have a custom textfield:

struct InputField: View {

    var inputText: Binding
    var title: String
    var placeholder: String
    @State va         


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