CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Nov 2016 |
Maintained by XiaoHange.
_progressLine1.trackTintColor = [UIColor colorWithRed:0 green:120/255.f blue:1 alpha:1];//设置背景颜色
_progressLine1.backgroundColor = [UIColor colorWithRed:216/255.f green:216/255.f blue:216/255.f alpha:1];_progressLine1.cornerRadius = 3; //设置圆角_progressLine1.progressValue = 30; //设置当前值_progressLine1.progressMaxValue = 100; //设置最大值_progressLine1.progressValue = 30; //设置当前值+ (void)keyChainSave:(NSString *)service;+ (NSString *)keyChainLoad;+ (void)keyChainDelete;