首页 技术 正文
技术 2022年11月12日
0 收藏 835 点赞 2,528 浏览 1696 个字

一、键盘

1、UIKeyboardWillShowNotification-将要弹出键盘

2、UIKeyboardDidShowNotification-显示键盘

3、UIKeyboardWillHideNotification-将要隐藏键盘

4、UIKeyboardDidHideNotification-键盘已经隐藏

5、UIKeyboardWillChangeFrameNotification-键盘将要改变frame

6、UIKeyboardDidChangeFrameNotification-键盘已经改变frame

二、窗体

1、UIWindowDidBecomeVisibleNotification-窗体可见

2、UIWindowDidBecomeHiddenNotification-窗体隐藏

3、UIWindowDidBecomeKeyNotification

4、UIWindowDidResignKeyNotification

三、程序消息

1、UIApplicationDidBecomeActiveNotification-程序从后台激活

2、UIApplicationDidChangeStatusBarFrameNotification-状态栏frame改变

3、UIApplicationDidChangeStatusBarOrientationNotification-状态栏方向改变

4、UIApplicationDidEnterBackgroundNotification-进入后台

5、UIApplicationDidFinishLaunchingNotification-程序载入完毕

6、UIApplicationDidReceiveMemoryWarningNotification-内存警告

7、UIApplicationProtectedDataDidBecomeAvailable

8、UIApplicationProtectedDataWillBecomeUnavailable

9、UIApplicationSignificantTimeChangeNotification 重要的时间变化(新的一天開始或时区变化)

10、UIApplicationWillChangeStatusBarOrientationNotification-将要改变状态栏方向

11、UIApplicationWillChangeStatusBarFrameNotification-将要改变状态栏frame

12、UIApplicationWillEnterForegroundNotification

13、UIApplicationWillResignActiveNotification

14、UIApplicationWillTerminateNotification

四、电池、方向、传感器

1、UIDeviceBatteryLevelDidChangeNotification //电池电量

2、UIDeviceBatteryStateDidChangeNotification //电池状态

3、UIDeviceOrientationDidChangeNotification //方向

4、UIDeviceProximityStateDidChangeNotification //近距离传感器

五、音视频

1、MPMediaLibraryDidChangeNotification

2、MPMusicPlayerControllerPlaybackStateDidChangeNotification

3、MPMusicPlayerControllerNowPlayingItemDidChangeNotification

4、MPMusicPlayerControllerVolumeDidChangeNotification

六、其它 

1、NSUserDefaultsDidChangeNotification 用户默认设置变化

2   NSCurrentLocaleDidChangeNotification 本地化语言变化

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,501
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,915
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,748
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,505
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:8,143
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:5,306