UITextField Vertically Centered

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

[textField setContentVerticalAlignment:UIControlContentVerticalAlignmentCenter];