---
title: windowDidLoad()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nswindowcontroller/windowdidload()
---

# windowDidLoad()

Sent after the window owned by the receiver has been loaded.

## Declaration

```swift
func windowDidLoad()
```

## Discussion

Discussion The default implementation does nothing.

## See Also

### Related Documentation

- [NSWindowController](appkit/nswindowcontroller.md)

### Loading and Displaying the Window

- [loadWindow()](appkit/nswindowcontroller/loadwindow().md)
- [showWindow(_:)](appkit/nswindowcontroller/showwindow(_:).md)
- [isWindowLoaded](appkit/nswindowcontroller/iswindowloaded.md)
- [window](appkit/nswindowcontroller/window.md)
- [windowWillLoad()](appkit/nswindowcontroller/windowwillload().md)
