测试已测试 | ✗ |
Lang语言 | Obj-CObjective C |
许可证 | MIT |
发布最新发布 | 2017年1月 |
由 KBvsMJ--description=addUINavigationBarwithEBTBarChartViewcocoapods 维护。
typedef NS_ENUM(NSInteger,TJNavigationBarShapeTypeMode){
TJNavigationBarShapeTypeMode_Wave = 1<<0,//水波曲线
TJNavigationBarShapeTypeMode_Curve = 1<<1,//弧线
TJNavigationBarShapeTypeMode_Zigzig = 1<<2 //锯齿形
};
/**
backGroundColor 导航栏背景颜色
attributeDictionary 导航栏字体设置
barShapeTypeMode // 导航栏形状样式
*/
- (void)navigationBarBackGroundColor:(UIColor *)backGroundColor titleTextAttribute:(NSDictionary *)attributeDictionary withNavigationBarShapeTypeMode:(TJNavigationBarShapeTypeMode)barShapeTypeMode;
/**
移除动画
*/
- (void)stopRemoveShapelayerAnimation;