I think that my question is related to thread. I have a login screen with two UITextFields (user/pass). Both are horizontally center aligned with placeholder text. When I press a field, the placeholder text jumps a bit to the left and the marker is positioned after the first character (which looks awful).
.
When I start typing, the clear button appears (as it should) but the text is not correctly centered in the UITextField view.
The problem only occurs when a text field has first responder.
How can I make the darn text and placeholder text stay in the center of the text field???
UPDATE: Text field settings in Storyboard:
leftView
, and the same mode of displaying – Ossir