键盘事件
摘要:
1 - (void)buildNotification { 2 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShowWithNotification:) name:UIKeyboardWillShowNotification object:nil]; 3 ... 阅读全文
posted @ 2018-01-18 19:06 活最好的自己 阅读(113) 评论(0) 推荐(0) 编辑