IOS 控制键盘升降

来源:互联网 发布:会议室预定系统 源码 编辑:程序博客网 时间:2024/04/28 17:15
//键盘升起 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillShow:) name:UIKeyboardWillShowNotification object:nil];//键盘降下[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillHide:) name:UIKeyboardWillHideNotification object:nil];


0 1
原创粉丝点击