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: Difference between revisions - iPhone Development Wiki

UIKit.framework/Notifications: Difference between revisions

From iPhone Development Wiki
m (Created page with '== Local Notifications == {| class="wikitable sortable" |- ! Name !! object & userInfo !! Firmware |- | UIApplicationSuspendedNotification || - || 2.0 – |- | [http://www.devwor…')
(No difference)

Revision as of 21:36, 1 November 2009

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 –