CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Sep 2015 |
Maintained by Liu Yi.
FPStepView is a simple view show the steps. Written in Objective-c.
You can copy all the files under the Sources folder into your project.
self.stepView = [[FPStepView alloc] initWithFrame:CGRectMake(0, 30, CGRectGetWidth(self.view.frame), 9)];
self.stepView.totalStep = 6;
self.stepView.currentStep = 2;
self.stepView.finishedStepColor = [UIColor redColor];
self.stepView.comingStepColor = [UIColor blueColor];
[self.view addSubview:self.stepView];Liu Yi, [email protected]
FPStepView is available under the MIT license. See the LICENSE file for more info.