Jump to content
2 posts in this topic

Recommended Posts

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
Share on other sites

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.

 

Screen%20shot%202012-04-10%20at%207.59.59%20PM.png

Link to comment
Share on other sites

 Share

×
×
  • Create New...