trouble with using textFieldShouldEndEditing after my popover gets dismissed
I'm bringing up a popover that has a field in it. I'm using
"textFieldShouldEndEditing" to do some validation of the text. If the
entered text is invalid, I return "NO".
The problem when I dismiss my popover. If the text is invalid,
textFieldShouldEndEditing returns "NO". After I dismiss my popover, and
click in any other text field, the field doesn't not get selected. I can't
type in any other field, the keyboard doesn't show up.
What's the best way to avoid this behavior?
No comments:
Post a Comment