public interface CPTemplateApplicationDashboardSceneDelegate extends UISceneDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
templateApplicationDashboardSceneDidConnectDashboardControllerToWindow(CPTemplateApplicationDashboardScene templateApplicationDashboardScene,
CPDashboardController dashboardController,
UIWindow window)
The Dashboard navigation widget has connected and is ready to present content.
|
default void |
templateApplicationDashboardSceneDidDisconnectDashboardControllerFromWindow(CPTemplateApplicationDashboardScene templateApplicationDashboardScene,
CPDashboardController dashboardController,
UIWindow window)
The Dashboard navigation widget has disconnected.
|
sceneContinueUserActivity, sceneDidBecomeActive, sceneDidDisconnect, sceneDidEnterBackground, sceneDidFailToContinueUserActivityWithTypeError, sceneDidUpdateUserActivity, sceneOpenURLContexts, sceneRestoreInteractionStateWithUserActivity, sceneWillConnectToSessionOptions, sceneWillContinueUserActivityWithType, sceneWillEnterForeground, sceneWillResignActive, stateRestorationActivityForScenedefault void templateApplicationDashboardSceneDidConnectDashboardControllerToWindow(CPTemplateApplicationDashboardScene templateApplicationDashboardScene, CPDashboardController dashboardController, UIWindow window)
Your app should create its view controller and assign it to the @c rootViewController property of this window.
[@note] The dashboardController object will be strongly retained by the CPTemplateApplicationDashboardScene, the delegate does not need to retain it.
default void templateApplicationDashboardSceneDidDisconnectDashboardControllerFromWindow(CPTemplateApplicationDashboardScene templateApplicationDashboardScene, CPDashboardController dashboardController, UIWindow window)