How to HIDE the iPad keyboard from a MODAL view controller?

后端 未结 5 1551
离开以前
离开以前 2020-12-14 18:05

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

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-14 18:28

    Apparently, there is a new -[UIViewController disablesAutomaticKeyboardDismissal] method that you may override to solve this problem in iOS 4.3.

提交回复
热议问题