0

Possible Duplicate:
How do you obscure text in a password field in an iPhone Application?

How can I hide the characters a user is typing in a password field?

Community
  • 1
  • 1
Jenifer
  • 1
  • 1

1 Answers1

6

If you're using a UITextField, set the field's secureTextEntry property to YES. You can also set this in Interface Builder by ticking the field's "Secure" checkbox.

Scott Forbes
  • 7,397
  • 1
  • 26
  • 39