Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 926 Bytes

File metadata and controls

26 lines (22 loc) · 926 Bytes

CProgressView

Circle Progress for iOS - Swift

  1. Add View in Interface Builder

  2. Set Class "CProgressView"

  3. Manage CProgressView in Interface Builder

  4. Set in code @IBOutlet

@IBOutlet weak var viewForTest: CProgressView!

Available method:

####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)

Screenshot