Class Index | File Index

Classes


Class TKTabControllerDelegate


Defined in: TabController.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
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.
Class Detail
TKTabControllerDelegate()
Since:
TuneKit 1.0
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.

Copyright © 2009 Apple Inc. All rights reserved.