Contents

windowDidEndLiveResize(_:)

Tells the delegate that a live resize operation on the window has ended.

Declaration

@MainActor optional func windowDidEndLiveResize(_ notification: Notification)

Parameters

Discussion

You can retrieve the window object in question by sending object to notification.

See Also

Sizing Windows