I have filled my view with ScrollView (same size as the view) and I\'m stuck at how to resign first responder when user tap elsewhere in the View (or the scrollview). Any id
Just create an IBOutlet or pointer to the text field and call [textField resignFirstResponder]; from where ever you want.
IBOutlet
[textField resignFirstResponder];