DAKeyboardControl
DAKeyboardControl copied to clipboard
How to hide keyboard when scrolling tableview?
I tried in scrollViewWillBeginDragging method and keyboard hiding, but keyboard after it doesn't work (keys are not pressed).
- (void)scrollViewWillBeginDragging:(UIScrollView *)scrollView { [self.view hideKeyboard]; }
Try [self.view endEditing:YES];