init(notificationCenter:)
Initializes and returns a notification queue for the specified notification center.
Declaration
init(notificationCenter: NotificationCenter)Parameters
- notificationCenter:
The notification center to be used by the notification queue.
Return Value
The newly initialized notification queue.
Discussion
This is the designated initializer for the NotificationQueue class.
See Also
Related Documentation
- Notification Programming Topics