zl程序教程

您现在的位置是:首页 >  其他

当前栏目

SecureField (SwiftUI 中文文档手册 教程含源码)

中文文档源码教程 手册 SwiftUI
2023-09-11 14:18:29 时间

SecureField

用户安全地输入私人文本的控件。

struct SecureField<Label> where Label : View

demo代码

SecureField("password", text: $password)
        .textFieldStyle(RoundedBorderTextFieldStyle())
        .padding()

加入我们一起学习SwiftUI

QQ:3365059189
SwiftUI技术交流QQ群:518696470