PDA

View Full Version : Rotate UITextfield it lost the focus.




huntk
May 25, 2009, 12:06 AM
hi all
I am Rotate UITextfield it lost the focus.
I doing like this
IBOutlet UITextfield *playerName;
playerName.transform=CGAffineTransformMakeRotation(3.14/2);

i need to enter name in landscape mode,please suggest how could i do.

Thanks
huntk