Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 487 Bytes

SKStepBar

A very simple step view.

Example

- (void)viewDidLoad {
    [super viewDidLoad];

    self.stepBar.titles = @[@"Step 1",@"Step 2", @"Step 3",@"Step 4"];
    self.stepBar.tintColor = [UIColor lightGrayColor];
    self.stepBar.selectedColor = [UIColor orangeColor];
}

Screenshots

License

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