Contents

willStartLiveResizeNotification

A notification that the user is about to resize the window.

Declaration

class let willStartLiveResizeNotification: NSNotification.Name

Discussion

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

The notification object is the NSWindow object that the user is about to live resize. This notification doesn’t contain a userInfo dictionary.

See Also

Notifications