Contents

didResignMainNotification

A notification that the window object resigned its status as main window.

Declaration

class let didResignMainNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that resigned its main window status. This notification doesn’t contain a userInfo dictionary.

See Also

Notifications