Class Index | File Index

Classes


Class TKNavigationControllerDelegate


Defined in: NavigationController.js.

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

Copyright © 2009 Apple Inc. All rights reserved.