Contents

appController(_:didFinishLaunching:)

Tells the delegate the app controller has finished launching.

Declaration

optional func appController(_ appController: TVApplicationController, didFinishLaunching options: [String : Any]?)

Parameters

  • appController:

    The Tvapplicationcontroller object that finished launching.

  • options:

    The launch options passed to the app controller.

See Also

Managing the App Controller