Hello I have two UITextFields in my application, and want to dismiss the keyboard when I just touch anywhere except the UITextFields how can I do this?
Keep a reference to the UITextField in your view controller and call [yourTextField resignFirstResponder]