It’s as simple as:
1 2 | theTextField.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter; theTextField.textAlignment = UITextAlignmentCenter; |
Basically this will ensure that no matter how tall your text field is the actual text will be centered both vertically and horizontally.
Cheers…

Recent Comments