-
Notifications
You must be signed in to change notification settings - Fork 421
CANavigationBarDelegate
9miao edited this page Oct 13, 2014
·
2 revisions
CANavigationBar’s agent class, and remove viewController from stack top in navigationController.
Access modifier |
Method name |
Description |
public |
navigationPopViewController |
remove viewController from stack top |
virtual void navigationPopViewController(CANavigationBar navigationBar, bool animated) = 0*
Return value: void
Parameter:
Type |
Parameter name |
Description |
CANavigationBar* |
navigationBar |
NavigationBar that is controlled by CANavigationController |
bool |
animated |
play switch animation or not
|