Contents

didCloseNotification

Posted whenever the drawer is closed.

Declaration

class let didCloseNotification: NSNotification.Name

Discussion

The notification object is the NSDrawer object that closed. This notification does not contain a userInfo dictionary.

See Also

Notifications