TuSDKGeeV1Theme Class Reference
Inherits from | NSObject |
---|---|
Declared in | TuSDKGeeV1Theme.h |
navigationBackgroundColor
导航条背景颜色
@property (nonatomic, retain) UIColor *navigationBackgroundColor
Declared In
TuSDKGeeV1Theme.h
navigationLeftTextColor
导航条左边按钮文本颜色
@property (nonatomic, retain) UIColor *navigationLeftTextColor
Declared In
TuSDKGeeV1Theme.h
navigationRightTextColor
导航条右边按钮文本颜色
@property (nonatomic, retain) UIColor *navigationRightTextColor
Declared In
TuSDKGeeV1Theme.h
navigationTitleTextColor
导航条标题文本颜色
@property (nonatomic, retain) UIColor *navigationTitleTextColor
Declared In
TuSDKGeeV1Theme.h
bottomBarBackgroundColor
底部工具栏背景颜色
@property (nonatomic, retain) UIColor *bottomBarBackgroundColor
Declared In
TuSDKGeeV1Theme.h
bottomBarAlphaColor
底部工具栏背景颜色 带有alpha值
@property (nonatomic, retain) UIColor *bottomBarAlphaColor
Declared In
TuSDKGeeV1Theme.h
editorBackgroundColor
编辑器中部背景颜色
@property (nonatomic, retain) UIColor *editorBackgroundColor
Declared In
TuSDKGeeV1Theme.h
editorOptionBarBackgroundColor
编辑器工具选择栏背景颜色
@property (nonatomic, retain) UIColor *editorOptionBarBackgroundColor
Declared In
TuSDKGeeV1Theme.h
– setNavigationBarStyle:
设置导航条样式,包括背景色,标题颜色,左边按钮,右边按钮
- (void)setNavigationBarStyle:(UINavigationBar *)bar
Declared In
TuSDKGeeV1Theme.h