Skip to content

monzy613/MZBlendProgressView

Repository files navigation

MZBlendProgressView

CI Status Version License Platform

Example

let progressView = MZBlendProgressView(frame: CGRect(x: 0, y: 0, width: 200.0, height: 30.0))
blendProgressView.backgroundColor = #colorLiteral(red: 0.2202886641, green: 0.7022308707, blue: 0.9593387842, alpha: 1)
blendProgressView.progressBarColor = #colorLiteral(red: 1, green: 0.99997437, blue: 0.9999912977, alpha: 1)

blendProgressView.updateLabel(with: "\(Int(sender.value * 100))%", progress: CGFloat(sender.value))

SnapShot

img

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

MZBlendProgressView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "MZBlendProgressView", :git => 'https://github.com/monzy613/MZBlendProgressView.git'

Author

monzy613, monzy613@gmail.com

License

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

About

a progressview with blend progress label

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published