Skip to content

dhawaldawar/BTProgressView

Repository files navigation

BTProgressView

Carthage compatible License Platform

This framework provides a way to build spring based progress bar animation by writing view lines of code with easy theme customization.

Example

let progressView = BTProgressView()
// Add autolayout constraints.
view.addSubview(progressView)
progressView.load()

Following customization options available:

progressView.barColor
progressView.progressColor
progressView.iconBgColor
progressView.iconColor
progressView.doneTitleColor
progressView.failedTitleColor

Installation

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. A minimum version of 0.17 is required.

To install, simply add the following lines to your Cartfile:

github "dhawaldawar/BTProgressView" ~> 1.0.0

Author

Dhawal Dawar, dawar.dhawal@gmail.com

License

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

About

This framework provides a way to build spring based progress bar animation by writing view lines of code with easy theme customization.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published