- (void) exitPage: |
|
(BNavi_ExitPage_Type) |
exitType |
animated: |
|
(BOOL) |
animated |
extraInfo: |
|
(NSDictionary *) |
extraInfo |
|
|
| |
|
required |
退出导航页面
- Parameters
-
exitType | BNavi_ExitPage_Type类型 |
animated | 是否需要动画 |
extraInfo | 额外参数 |
- (id) navigationController |
|
|
|
|
required |
- (void) showPage: |
|
(BNaviUIType) |
pageType |
delegate: |
|
(id< BNNaviUIManagerDelegate >) |
delegate |
extParams: |
|
(NSDictionary *) |
extParams |
|
|
| |
|
required |
展示导航页面 默认开始真实导航,要开始模拟导航,需要在额外参数传入{BNaviUI_NormalNavi_TypeKey: @(BN_NaviTypeSimulator)}
- Parameters
-
pageType | BNaviUIType类型 |
delegate | BNNaviUIManagerDelegate代理 |
extParams | 额外参数 |
The documentation for this protocol was generated from the following file: