Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
UIKit.framework/Notifications - iPhone Development Wiki

UIKit.framework/Notifications

From iPhone Development Wiki
Revision as of 13:34, 28 May 2021 by Juliette (talk | contribs) (Fix links and change "object & userInfo" to "description" so most of the notifications no longer have "See reference.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 –