Tells the delegate that the window has been resized.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
optional func windowDidResize(_ notification: Notification)
Parameters
notification
A notification named
did
.Resize Notification
Discussion
You can retrieve the window object in question by sending object
to notification
.