UITextField Vertically Centered

What if you wanna vertically center the text in a UITextField?… This is an easy trick..!!

[cc lang=”objc”][textField setContentVerticalAlignment:UIControlContentVerticalAlignmentCenter];[/cc]

%d