I’ve got a UITextField with clearButton property set to “while editing”. The textfield is right aligned. When i focus on the textfield to edit, the placeholder text doesn’t move so the caret is flashing and half the placeholder text is wiped out.
Does anyone have a workaround?
I ended up faking the placeholder by changing the foreground color to silver/gray and when user focuses, i clear out that txt, etc.