Contents

viewDidLoad()

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

Declaration

@MainActor @preconcurrency override final func viewDidLoad()

Discussion

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