I have a UITextfield
for entering password with SECURE
attribute enabled.
When the user taps outside the UITextfield
after inputting a certain number of characters, and then taps back again to the UITextfield
for editing, the following behavior is taking place:
iOS 5.1
-When I try to delete a character(using backspace
from keyboard) from the UITextfield
, the last character is deleted.
iOS 6.0
-When I try to delete a character from the UITextfield
, all typed characters are getting deleted.
Am I doing something wrong, or is this a bug in iOS 6?