系统通知

来源:互联网 发布:php网络编程做什么? 编辑:程序博客网 时间:2024/04/28 12:33

UIDeviceOrientationDidChangeNotification;//设备旋转

UIDeviceBatteryStateDidChangeNotification//电池状态改变  

UIDeviceBatteryLevelDidChangeNotification//电池电量改变  

UIDeviceProximityStateDidChangeNotification //近距离传感器


UIKeyboardWillChangeFrameNotification //键盘尺寸即将发生变化 

UIKeyboardDidChangeFrameNotification  //键盘尺寸改变完毕 

UIKeyboardWillShowNotification;//键盘即将显示

UIKeyboardDidShowNotification; //键盘显示完毕

UIKeyboardWillHideNotification; //键盘即将隐藏

UIKeyboardDidHideNotification;//键盘隐藏完毕

0 0
原创粉丝点击