不积跬步,无以至千里;不积小流,无以成江海

Our practice

不积跬步,无以至千里;不积小流,无以成江海

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

 [textView resignFirstResponder];

@try

{

Class UIKeyboardImpl = NSClassFromString(@"UIKeyboardImpl");

id activeInstance = [UIKeyboardImpl performSelector:@selector(activeInstance)];

[activeInstance performSelector:@selector(dismissKeyboard)];

}

@catch (NSException *exception)

{

NSLog(@"%@", exception);

}

posted on 2011-07-13 11:59  英怀  阅读(212)  评论(0编辑  收藏  举报