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
CFUserNotification - iPhone Development Wiki

CFUserNotification

From iPhone Development Wiki
Revision as of 22:16, 4 November 2009 by KennyTM~ (talk | contribs)

Although not part of the iPhone SDK, CFUserNotification does exist on the iPhoneOS. These notifications are shown on SpringBoard like standard alert views.

CFUserNotifications are sent to SpringBoard via the com.apple.SBUserNotification service, and a SBUserNotificationAlert will be shown. Because IPC is involved, you should use UIAlertView instead.

References