TextField focus on UIAlertView
Posted
by Nyxem
on Stack Overflow
See other posts from Stack Overflow
or by Nyxem
Published on 2010-04-12T13:09:13Z
Indexed on
2010/04/12
13:13 UTC
Read the original article
Hit count: 411
Hello,
I have a subclass of UIAlertView with 2 UITextField for login / password.
My problem is that when I have finished to type my login and change the focus to the password field, there is a cursor on the login field and on the password field, but the focus is on the password field, so my question is, how can I make the cursor disappear on the login field ?
Thanks for your help.
© Stack Overflow or respective owner