What if you wanna vertically center the text in a UITextField?… This is an easy trick..!!
[textField setContentVerticalAlignment:UIControlContentVerticalAlignmentCenter];
Thoughts
What if you wanna vertically center the text in a UITextField?… This is an easy trick..!!