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