Home Dismiss Keyboard From iPad Model View Controller
Post
Cancel

Dismiss Keyboard From iPad Model View Controller

When you have a view controller under navigation controller presented as model view then you have to add a method (given below) into navigation controller through categories.

- (BOOL)disablesAutomaticKeyboardDismissal { return NO; }

This post is licensed under CC BY 4.0 by the author.