NYSBlugeTabBar Class Reference
| Inherits from | UITabBar |
|---|---|
| Declared in | NYSBlugeTabBar.h NYSBlugeTabBar.m |
Other Methods
– initWithStandOutHeight:radius:strokelineWidth:
初始化一个中心凸起的TabBar
- (instancetype)initWithStandOutHeight:(CGFloat)standOutHeight radius:(CGFloat)radius strokelineWidth:(CGFloat)strokelineWidthParameters
standOutHeight |
凸起高度 |
|---|---|
radius |
圆弧半径 |
strokelineWidth |
描边线宽 |
Return Value
customTabBar
Discussion
初始化一个中心凸起的TabBar
Declared In
NYSBlugeTabBar.h
tabBarItemY
tabBar高度偏移量
@property (assign, nonatomic) CGFloat tabBarItemYDiscussion
tabBar高度偏移量
Declared In
NYSBlugeTabBar.h
centerTabBarItemY
中心tabBar高度偏移量
@property (assign, nonatomic) CGFloat centerTabBarItemYDiscussion
中心tabBar高度偏移量
Declared In
NYSBlugeTabBar.h
Extension Methods
standOutHeight
凸起高度
@property (assign, nonatomic) CGFloat standOutHeightDiscussion
凸起高度
Declared In
NYSBlugeTabBar.m
radius
圆弧半径
@property (assign, nonatomic) CGFloat radiusDiscussion
圆弧半径
Declared In
NYSBlugeTabBar.m
strokelineWidth
描边线宽
@property (assign, nonatomic) CGFloat strokelineWidthDiscussion
描边线宽
Declared In
NYSBlugeTabBar.m
strokelineColor
描边颜色
@property (strong, nonatomic) UIColor *strokelineColorDiscussion
描边颜色
Declared In
NYSBlugeTabBar.m
tabBarBackgroundColor
tabBar背景色
@property (strong, nonatomic) UIColor *tabBarBackgroundColorDiscussion
tabBar背景色
Declared In
NYSBlugeTabBar.m