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; }
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; }