Tells the delegate that a live resize operation on the window has ended.
SDK
- macOS 10.6+
Framework
- App
Kit
Declaration
optional func windowDidEndLiveResize(_ notification: Notification)
Parameters
notification
A notification named
did
.End Live Resize Notification
Discussion
You can retrieve the window object in question by sending object
to notification
.