Contents

didResizeNotification

A notification that the window object size changed.

Declaration

class let didResizeNotification: NSNotification.Name

Discussion

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

See Also

Notifications