A simple and elegant swift iOS progress view.
It's an easy to use progress view that will animate on any logo provided in SVG format
- Increase or decreasing progress changes.
- Background color.
- Image fill color.
- Image background color.
- Image border color.
- Xcode 8
- Swift 3.0
- iOS 8 +
pod 'MSProgressView'
Initialize the MSProgressView
using the method :
public init(frame: CGRect, BackgroundColor:UIColor, IconColor:UIColor, IconBackgroundColor:UIColor!, IconName:String!, shouldDrawStroke:Bool);
To update the progress, you can set the property progress
MSProgressView
is released under an MIT License. See LICENSE
for details.