UIKeyboardWillShowNotification //键盘即将显示
UIKeyboardDidShowNotification //键盘显示完毕
UIKeyboardWillHideNotification //键盘即将隐藏
UIKeyboardDidHideNotification //键盘隐藏完毕
UIKeyboardWillChangeFrameNotification //键盘的位置尺寸即将发生改变
UIKeyboardDidChangeFrameNotification //键盘的位置尺寸改变完毕 |
|