LooN3y Posted April 9, 2012 Share Posted April 9, 2012 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? Link to comment https://www.insanelymac.com/forum/topic/277996-uialertviews-with-textfields/ Share on other sites More sharing options...
TH3L4UGH1NGM4N Posted April 11, 2012 Share Posted April 11, 2012 Easiest way and the way I normally do it is to just set it from within the Attributes Inspector panel from within a storyboard (or nib /.xib file if you're working pre iOS 4). Just deselect the box that I highlighted in red and you're good to go. Link to comment https://www.insanelymac.com/forum/topic/277996-uialertviews-with-textfields/#findComment-1812745 Share on other sites More sharing options...
Recommended Posts