摘要: //添加监听事件[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil];[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillHide:) name:UIKeyboardWillHideNotification object:nil];//监听回调#pra 阅读全文
posted @ 2013-07-18 21:32 Clin 阅读(518) 评论(0) 推荐(0) 编辑