Is it possible to allign clearButton of UITextField?
I have added the button to the textField programaticly:
_usernameTextField.clearButtonMode = UITextFieldViewModeWhileEditing;
But it’s located a bit lower then the center of the text field.

How can I fix it?
You could extend
UITextFieldand overrideclearButtonRectForBounds:and provide a custom rect.