Contents

viewDidLoad()

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

Declaration

@MainActor @preconcurrency override dynamic func viewDidLoad()

Discussion

The view controller uses this method to configure its interface.

See Also

Managing the view