Skip to content

sembsa/CProgressView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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