I currently have a UITextfield with an eye icon in it that when pressed is supposed to toggle the secure text entry on and off.
UITextfield
I know you can che
Assignment values change from YES/NO to true/false boolean values.
YES/NO
true/false
password.secureTextEntry = true //Visible password.secureTextEntry = false //InVisible
You can try this code.. i think it's helpful.