danielamitay / DAKeyboardControl

DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.
Other
1.58k stars 214 forks source link

How to hide keyboard when scrolling tableview? #81

Open nullproduction opened 9 years ago

nullproduction commented 9 years ago

I tried in scrollViewWillBeginDragging method and keyboard hiding, but keyboard after it doesn't work (keys are not pressed).

devxoul commented 9 years ago

Try [self.view endEditing:YES];