📌  相关文章
📜  如何设置文本字段 swiftui - Swift 代码示例

📅  最后修改于: 2022-03-11 15:01:01.339000             🧑  作者: Mango

代码示例1
TextField("Enter some text", text: $yourBindingHere)
    .textFieldStyle(RoundedBorderTextFieldStyle())