i want to add UITextFields in my alert view,
I've used the UIAlertViewStyleLoginAndPasswordInput style, but i want to disable the hiding of the password characters as i type it in, because it is not going to be a login view, i just don't want to create the alertView from scratch.
is there a way i can just disable that thing that hides the text characters into those circles? by just calling a method?
I've used the UIAlertViewStyleLoginAndPasswordInput style, but i want to disable the hiding of the password characters as i type it in, because it is not going to be a login view, i just don't want to create the alertView from scratch.
is there a way i can just disable that thing that hides the text characters into those circles? by just calling a method?
Last edited by a moderator: