default()
Returns the default distributed notification center, representing the local notification center for the computer.
Declaration
class func `default`() -> DistributedNotificationCenterReturn Value
Default distributed notification center for the computer.
Discussion
This method calls forType(_:) with an argument of NSLocalNotificationCenterType.
See Also
Related Documentation
- Notification Programming Topics