|
|
Member Since: Apr 10, 2012
Posts: 7
|

04-10-2012, 06:53 AM
Quote:
Originally Posted by Loon3y
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?
|
Code:
myTextField.secureTextEntry = NO;
|
|
|
QUOTE
Thanks
|