轉載自:http://momirror.blog.163.com/blog/static/48418184201361541235481/
一、鍵盤
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 本地化語言變化
iOS 系統通知
最后編輯于 :
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。
- 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人,你說我怎么就攤上這事。” “怎么了?”我有些...
- 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著,像睡著了一般。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發上,一...
- 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了?” 一聲冷哼從身側響起,我...
推薦閱讀更多精彩內容
- 當程序被推送到后臺時 當程序從后臺將要重新回到前臺時 當程序完成載入后通知 應用程序轉為激活狀態時 用戶按下主屏幕...
- Android 自定義View的各種姿勢1 Activity的顯示之ViewRootImpl詳解 Activity...