CocoaPods trunk is moving to be read-only. Read more on the blog, there are 10 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jan 2017 |
Maintained by KBvsMJ--description=add cocoapods with EBTBarChartView.
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;