-
Notifications
You must be signed in to change notification settings - Fork 420
CANavigationBarDelegate
9miao Mobile Game edited this page Jun 27, 2014
·
2 revisions
It’s an abstract class and agent class of CANavigationBar, is used to declare port.
Access modifier |
Method name |
Description |
Public |
navigationPopViewController |
Implemented by child class, remove viewController from stack top |
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 |