Please set your UItextField property secure..
Try this..
textFieldSecure.secureTextEntry = true
textFieldSecure is your UITextField…
For newer Swift version, it is textFieldSecure.isSecureTextEntry = true
Please set your UItextField property secure..
Try this..
textFieldSecure.secureTextEntry = true
textFieldSecure is your UITextField…
For newer Swift version, it is textFieldSecure.isSecureTextEntry = true