I\'m trying to hide the iPad keyboard from a modal view controller but it doesn\'t work. I have tried resignFirstResponder but that doesn\'t have any affect if we are in a m
Apparently, there is a new -[UIViewController disablesAutomaticKeyboardDismissal] method that you may override to solve this problem in iOS 4.3.