Skip to content

Mikanek/CProgressView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CProgressView

Circle Progress for iOS - Swift

  1. Add to you project „CProgressView.swift”
  2. Add new object

Example:

var progress = CProgressView(x: 100, y: 100, height: 200, width: 200)
   
override func viewDidLoad() {
    super.viewDidLoad()
   
    self.view.addSubview(progress.progressView)
}

Available method:

updateProgressCircle(status: Float)
changeColorBackgroundCircleProgress(stroke: UIColor?, fill: UIColor?)
changeColorRealCircleProgress(stroke: UIColor?, fill: UIColor?)
changeLineWidth(size: CGFloat)

Image and video hosting by TinyPic

About

Circle Progress for iOS - Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%