I have a strange problem.
UITextField *txtField;
txtField.textAlignment = UITextAlignmentCenter;
This code works well in ios 3.0 and 4.0 (the cursor blinks in the center and textAlignment, and the text is also in the center)
However, in ios 4.2, text alignment remains central, but the cursor blinks to the left.
source
share