This framework provides a way to build spring based progress bar animation by writing view lines of code with easy theme customization.
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
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
Dhawal Dawar, [email protected]
BTProgressView is available under the MIT license. See the LICENSE file for more info.