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?
Create an invisible button, put it behind the UITextField and send resignFirstResponder message to your text fields when the button is tapped.
UITextField
resignFirstResponder