百度导航SDK for iOS类参考
 All Classes Functions Properties
Instance Methods | List of all members
<BNNaviUIManagerDelegate> Protocol Reference
Inheritance diagram for <BNNaviUIManagerDelegate>:

Instance Methods

(id) - naviPresentedViewController
 
(void) - willExitPage:extraInfo:
 
(void) - onExitPage:extraInfo:
 

Method Documentation

- (id) naviPresentedViewController
optional

导航页面的调起controller 可不实现,默认为最上层的controller

- (void) onExitPage: (BNaviUIType)  pageType
extraInfo: (NSDictionary *)  extraInfo 
optional

退出UI的回调

Parameters
pageTypeUI类型
extraInfo额外参数
- (void) willExitPage: (BNaviUIType)  pageType
extraInfo: (NSDictionary *)  extraInfo 
optional

即将退出UI的回调

Parameters
pageTypeUI类型
extraInfo额外参数

The documentation for this protocol was generated from the following file: