---
title: "windowDidEndLiveResize(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nswindowdelegate/windowdidendliveresize(_:)"
---

# windowDidEndLiveResize(_:)

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

## Declaration

```swift
@MainActor optional func windowDidEndLiveResize(_ notification: Notification)
```

## Parameters

- `notification`: A notification named doc://com.apple.appkit/documentation/AppKit/NSWindow/didEndLiveResizeNotification.

## Discussion

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

## See Also

### Sizing Windows

- [windowWillResize(_:to:)](appkit/nswindowdelegate/windowwillresize(_:to:).md)
- [windowDidResize(_:)](appkit/nswindowdelegate/windowdidresize(_:).md)
- [windowWillStartLiveResize(_:)](appkit/nswindowdelegate/windowwillstartliveresize(_:).md)
