/CProgressView

Circle Progress for iOS - Swift

Primary LanguageSwiftMIT LicenseMIT

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