Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.27 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.27 KB

ABSteppedProgressBar Build Status

ABSteppedProgressBar

ABSteppedProgressBar is animated and customisable stepped progress bar for iOS written in Swift.

Example

First thing is to import the framework. See the Installation instructions, on how to add the framework to your project.

Run the Exemple project to see it in action !

Requirements

ABSteppedProgressBar requires at least iOS 8 or above.

Installation

CocoaPods

At this time, CocoaPods support for Swift frameworks is supported in a pre-release.

To use ABSteppedProgressBar in your project add the following 'Podfile' to your project

source 'https://github.com/CocoaPods/Specs.git'

pod 'ABSteppedProgressBar'

Run:

pod install

Then, import the module :

import ABSteppedProgressBar

License

ABSteppedProgressBar is licensed under the MIT License.

Contact

Antonin Biret