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.
Called after the controller’s view is loaded into memory.
@MainActor @preconcurrency override dynamic func viewDidLoad()The view controller uses this method to configure its interface.