Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

password textfield on iPhone

I would like to use password styled textfield in iPhone (when typing, only: "*"'s will apper...).

The problem: When i check the "secure" checkbox nothing happens - I still see the actual chars I'm typing....

What am I missing?

like image 247
ofirbt Avatar asked Feb 14 '11 08:02

ofirbt


1 Answers

UITextField shows the last typed character as the original character (for around 1 sec), and the other characters will be shown as **. This is the default behavior of iOS

like image 196
iHS Avatar answered Sep 28 '22 04:09

iHS