Is there some default setting to center textfield vertically
Asked
Active
Viewed 5,995 times
2 Answers
7
Just add the following line of code.
textField.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter;

Vinayak Kini
- 2,919
- 21
- 35
2
You can simply by using
textField.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter;

Pradeesh Stanislavose
- 338
- 1
- 17