Contents

didEndLiveResizeNotification

A notification that the user resized the window object.

Declaration

class let didEndLiveResizeNotification: NSNotification.Name

Discussion

The system sends this only once for a series of window resize operations.

The notification object is the NSWindow object that changed size. This notification doesn’t contain a userInfo dictionary.

See Also

Notifications