IOS系统通知名(持续更新)

1、键盘事件通知(UIKit-UIWindow.h)

1.1、键盘四个常用通知的name

UIKeyboardWillShowNotification -- 键盘将要弹出

UIKeyboardDidShowNotification -- 键盘弹出完成

UIKeyboardWillHideNotification -- 键盘将要隐藏

UIKeyboardDidHideNotification -- 键盘隐藏完成

1.2、键盘两个不常用通知的name

UIKeyboardWillChangeFrameNotification -- 键盘frame将要改变

UIKeyboardDidChangeFrameNotification -- 键盘frame改变完成


你可能感兴趣的:(ios,通知)