UILocalNotifications extension

UILocalNotifications

on

Properties

scheduledLocalNotifications ↔ NSArray?

Available on UIApplication, provided by the UILocalNotifications extension

scheduledLocalNotifications
getter/setter pair

Methods

cancelAllLocalNotifications() → void

Available on UIApplication, provided by the UILocalNotifications extension

cancelAllLocalNotifications
cancelLocalNotification(UILocalNotification notification) → void

Available on UIApplication, provided by the UILocalNotifications extension

cancelLocalNotification:
presentLocalNotificationNow(UILocalNotification notification) → void

Available on UIApplication, provided by the UILocalNotifications extension

presentLocalNotificationNow:
scheduleLocalNotification(UILocalNotification notification) → void

Available on UIApplication, provided by the UILocalNotifications extension

scheduleLocalNotification: