Wednesday, May 16, 2012

findAndResignFirstResponder not dismissing keyboard

I have 6 UITextFields created in Interface Builder. After entering the values, and clicking the search button, I need to dismiss the keyboard from the view.
Currently I'm using 'findAndResignFirstResponder' and have delegates set for all text fields however the keyboard is not dismissing.



Any idea why this isn't working? Is there a better way to dismiss the keyboard?





No comments:

Post a Comment