Skip to content

CANavigationBarDelegate

9miao Mobile Game edited this page Jun 27, 2014 · 2 revisions

CANavigationBarDelegate Detailed Description

Class Description

It’s an abstract class and agent class of CANavigationBar, is used to declare port.

Method

Access modifier

Method name

Description

Public

navigationPopViewController

Implemented by child class, remove viewController from stack top

Method Description

virtual void navigationPopViewController(CANavigationBar navigationBar, bool animated) = 0*
Return value: void
Parameter:

Type

Parameter name

Description

CANavigationBar*

navigationBar

navigationBar, controlled by CANavigationController

Bool

Animated

Play switch animation or not

Clone this wiki locally