windowDidResize(_:)
Tells the delegate that the window has been resized.
Declaration
@MainActor optional func windowDidResize(_ notification: Notification)Parameters
- notification:
A notification named Didresizenotification.
Discussion
You can retrieve the window object in question by sending object to notification.