I am using IQKeyboardManager
for all my textfields. On click of the back button and also on viewDidDisappear
, I am doing:
[self.view endEditing:YES];
[self resignFirstResponder];
I also tried delaying the popup action after resigning the keyboard but still, before popping out the controller, the keyboard appears for a while (the controller has a table view inside). Please help.