Circle Progress for iOS - Swift
-
Add View in Interface Builder
-
Set in code @IBOutlet
@IBOutlet weak var viewForTest: CProgressView!
####You can put a picture in the middle
updateProgressCircle(status: Float)
resetProgressCircle()
changeColorBackgroundCircleProgress(stroke: UIColor?, fill: UIColor?)
changeColorRealCircleProgress(stroke: UIColor?, fill: UIColor?)
changeLineWidth(size: CGFloat)