BaiduMap_IOSSDK_v6.5.8_Docs  6.5.8
属性 | 所有成员列表
BMKWalkCycleNaviTabBarDisplayOption类 参考

导航页面底部tabar 更多...

#import <BMKWalkCycleNavigationDisplayOption.h>

类 BMKWalkCycleNaviTabBarDisplayOption 继承关系图:

属性

BOOL tabBarHidden
 导航页面底部tabar整体可见性,默认NO:不隐藏,AR模式暂不支持 since 6.5.4 更多...
 
UIColor * backgroundColor
 背景色 更多...
 
UIImage * backgroundIcon
 
UIImage * exitIcon
 导航页面左下角退出按钮图标 更多...
 
UIImage * exitARIcon
 步行AR导航页面左下角退出按钮图标 更多...
 
UIColor * seeAllTextColor
 查看全览文本颜色 更多...
 
UIColor * remainInfoTextColor
 剩余信息文本颜色 更多...
 
UIColor * goOnTextColor
 继续导航文本颜色 更多...
 

详细描述

导航页面底部tabar

属性说明

◆ backgroundColor

- (UIColor*) backgroundColor
readwritenonatomicstrong

背景色

◆ backgroundIcon

- (UIImage*) backgroundIcon
readwritenonatomicstrong

背景图片 width = [UIScreen mainScreen].bounds.size.width - 20 height = 50

◆ exitARIcon

- (UIImage*) exitARIcon
readwritenonatomicstrong

步行AR导航页面左下角退出按钮图标

◆ exitIcon

- (UIImage*) exitIcon
readwritenonatomicstrong

导航页面左下角退出按钮图标

◆ goOnTextColor

- (UIColor*) goOnTextColor
readwritenonatomicstrong

继续导航文本颜色

◆ remainInfoTextColor

- (UIColor*) remainInfoTextColor
readwritenonatomicstrong

剩余信息文本颜色

◆ seeAllTextColor

- (UIColor*) seeAllTextColor
readwritenonatomicstrong

查看全览文本颜色

◆ tabBarHidden

- (BOOL) tabBarHidden
readwritenonatomicassign

导航页面底部tabar整体可见性,默认NO:不隐藏,AR模式暂不支持 since 6.5.4


该类的文档由以下文件生成: