Obscure a UITextField password

前端 未结 9 771
生来不讨喜
生来不讨喜 2020-12-07 15:20

I am doing a login page. I have UITextField for password.

Obviously, I do not want the password to be seen; instead, I want circles to show when typing. How do you s

9条回答
  •  时光说笑
    2020-12-07 15:40

    Please set your UItextField property secure..

    Try this..

    textFieldSecure.secureTextEntry = true
    

    textFieldSecure is your UITextField...

提交回复
热议问题