---
title: viewDidLoad()
framework: imageplayground
role: symbol
role_heading: Instance Method
path: imageplayground/imageplaygroundviewcontroller/viewdidload()
---

# viewDidLoad()

Called after the controller’s view is loaded into memory.

## Declaration

```swift
@MainActor @preconcurrency override dynamic func viewDidLoad()
```

## Discussion

Discussion The view controller uses this method to configure its interface.

## See Also

### Managing the view

- [viewDidDisappear()](imageplayground/imageplaygroundviewcontroller/viewdiddisappear().md)
- [viewWillAppear()](imageplayground/imageplaygroundviewcontroller/viewwillappear().md)
