Dev:UIKit.framework/Notifications

From The Apple Wiki

Local Notifications

Name Description Firmware
UIApplicationSuspendedNotification - 2.0 –
UIApplicationDidFinishLaunchingNotification Posts after app launches. 2.0 –
UIDeviceBatteryLevelDidChangeNotification Posts when battery level changes. 3.0 —
UIKeyboardCurrentInputModeDidChangeNotification object of this notification is the UIKeyboardImpl shared instance. 2.0 –
UIKeyboardCandidateCorrectionDidChangeNotification userInfo may contain a key correction, whose value is a UIAutocorrectInlinePrompt. 3.0 –
UITextSelectionWillScroll - 3.0 –
UIWindowDidBecomeVisibleNotification Posts when UIWindow is shown. 2.0 –
UIWindowDidResignKeyNotification Posts when UIWindow is no longer main window. 2.0 –
UIWindowDidBecomeKeyNotification Posts when UIWindow is the main window. 2.0 –
UIWindowDidBecomeHiddenNotification Posts when UIWindow becomes hidden. 2.0 –
UIApplicationDidBecomeActiveNotification Posts when app becomes active. 2.0 –

Darwin Notifications

Name Firmware
__UIKitDesktopImageChangedNotification 2.0 –
AppleKeyboardsPreferencesChangedNotification 2.0 –
com.apple.UIHierarchyDump.finished 2.0 –
com.apple.UIScreenDump.finished 2.0 –