Obscure a UITextField password

前端 未结 9 984
生来不讨喜
生来不讨喜 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:56

    Open the Xib file and open the inspector of the password text field and tick the secure property.

提交回复
热议问题