UIKit.framework/Notifications
From iPhone Development Wiki
Local Notifications
| Name | object & userInfo | Firmware |
|---|---|---|
| UIApplicationSuspendedNotification | - | 2.0 – |
| UIApplicationDidFinishLaunchingNotification | See reference. | 2.0 – |
| UIDeviceBatteryLevelDidChangeNotification | See reference. | 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 | See reference. | 2.0 – |
| UIWindowDidResignKeyNotification | See reference | 2.0 – |
| UIWindowDidBecomeKeyNotification | See reference | 2.0 – |
| UIWindowDidBecomeHiddenNotification | See reference. | 2.0 – |
| UIApplicationDidBecomeActiveNotification | See reference. | 2.0 – |
Darwin Notifications
| Name | Firmware |
|---|---|
| __UIKitDesktopImageChangedNotification | 2.0 – |
| AppleKeyboardsPreferencesChangedNotification | 2.0 – |
| com.apple.UIHierarchyDump.finished | 2.0 – |
| com.apple.UIScreenDump.finished | 2.0 – |
| ||||||||