Alright, I have a couple of UITextFields and UITextViews inside a UIScrollView, and I\'d like to set the keyboard to disappear wheneve
UITextFields
UITextViews
UIScrollView
Try This
[self.selectedViewController.view endEditing:YES];
[self.selectedViewController.view endEditing:YES]