Class TKNavigationControllerDelegate
Defined in: NavigationController.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
navigationControllerDidShowController (navigationController, controller)
Indicates that a new controller has become the top controller and is fully visible on screen.
|
|
navigationControllerWillShowController (navigationController, controller)
Indicates that a new controller is becoming the top controller and is about to become visible on screen.
|
Method Detail
navigationControllerDidShowController(navigationController, controller)
Indicates that a new controller has become the top controller and is fully visible on screen.
- Parameters:
-
{
TKNavigationController
} navigationController - The navigation controller.
-
{
TKController
} controller - The controller that is has been shown by the navigation controller.
navigationControllerWillShowController(navigationController, controller)
Indicates that a new controller is becoming the top controller and is about to become visible on screen.
- Parameters:
-
{
TKNavigationController
} navigationController - The navigation controller.
-
{
TKController
} controller - The controller that is about to be shown by the navigation controller.