您的位置:首页 > 其它

ipad iphone model 让 键盘消失

2014-01-12 20:49 246 查看
Overriding disablesAutomaticKeyboardDismissal to return NO as below fixed the same problem of mine. You should put this code to your view controller, from which you initiate the keyboard:
- (BOOL)disablesAutomaticKeyboardDismissal { return NO;}
http://stackoverflow.com/questio ... ot-dismiss-keyboard
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: