Class TKTabControllerDelegate
Defined in: TabController.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
tabControllerDidShowController (tabController, controller)
Indicates that a new controller has become the tab controller's selected controller and is fully visible on screen.
|
|
tabControllerWillShowController (tabController, controller)
Indicates that a new controller is becoming the tab controller's selected controller and is about to become visible on screen.
|
Method Detail
tabControllerDidShowController(tabController, controller)
Indicates that a new controller has become the tab controller's selected controller and is fully visible on screen.
- Parameters:
-
{
TKTabController
} tabController - The tab controller.
-
{
TKController
} controller - The controller that is being shown by the tab controller.
tabControllerWillShowController(tabController, controller)
Indicates that a new controller is becoming the tab controller's selected controller and is about to become visible on screen.
- Parameters:
-
{
TKTabController
} tabController - The tab controller.
-
{
TKController
} controller - The controller that is about to be shown by the tab controller.