FPStepView 1.0.0

FPStepView 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2015

Maintained by Liu Yi.



  • By
  • Liu Yi

FPStepView is a simple view show the steps. Written in Objective-c.

Sample

Installation

Source File

You can copy all the files under the Sources folder into your project.

Usage

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];

Author

Liu Yi, [email protected]

License

FPStepView is available under the MIT license. See the LICENSE file for more info.