---
title: viewDidLoad()
framework: devicediscoveryui
role: symbol
role_heading: Instance Method
path: devicediscoveryui/dddevicepairingviewcontroller/viewdidload()
---

# viewDidLoad()

Configures the view after the framework loads the view controller’s view into memory.

## Declaration

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

## Discussion

Discussion You can override this method to perform tasks to immediately follow the setting of the view property.
