1

i am creating a Login Page.That Page Consists Of Three Fields(First One For EmailId,SecondOne For Password,Third One For HostName).I want to Convert The Entered Passsword should Change Into Asterik Symbol.Can any one Help Me in Doing This..

Thanks And Regards Girish

girish
  • 900
  • 12
  • 23
  • possible duplicate of [How do you obscure text in a password field in an iPhone Application?](http://stackoverflow.com/questions/1130953/how-do-you-obscure-text-in-a-password-field-in-an-iphone-application) – Noah Witherspoon Mar 15 '11 at 05:13

1 Answers1

6

Try this

textField.secureTextEntry=YES;

All the best.

Warrior
  • 39,156
  • 44
  • 139
  • 214