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
-(BOOL)textFieldShouldReturn:(UITextField *)textField { [self.TextField resignFirstResponder]; return YES; }