Simple progress bar for iOS
To run the example project, clone the repo, and hit run.
LinearProgressBar is a simple timer control for iOS. It makes timing in your applications simple.
LinearProgressBar is available through CocoaPods. To install it, simply add the following line to your Podfile:
# Swift 2.0
pod "LinearProgressBar"
# Swift 2.3
pod "LinearProgressBar", :git => 'https://github.com/cmdrsabre/LinearProgressBar'
# Swift 3.0
pod "LinearProgressBar", :git => 'https://github.com/cmdrsabre/LinearProgressBar', :branch => 'swift-3'Eliel Gordon, [email protected]
LinearProgressBar is available under the MIT license. See the LICENSE file for more info.
