tags:

views:

24

answers:

1

I am trying to rotate UITextField at 90 angle.It is rotationg perfectly..but text inside the UITextField, is displaced.I am unable to find out the reason behind it.

A: 

What exactly is the problem? When I apply an CGAffineTransformation to an TextField, everything looks fine.

myTextField.transform = CGAffineTransformMakeRotation(M_PI_2);
fl0at1ng.p01nt