Skip to content

RAProgressRing is the simplest approach to bringing circular progress in your application with minimal code.

License

Notifications You must be signed in to change notification settings

rhtarora/RAProgressRing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAProgressRing

RAProgressRing is the simplest approach to bringing circular progress in your application with minimal code.

Features

  • It's customisable using @IBInspectable
  • Set ring width, track and progress color.
  • Animate the progress based on needed duration.

Example (Programatically)

@IBOutlet var progressRing: RAProgressRing!
Change settings:
progressRing.trackColor = .red.withAlphaComponent(0.25)
progressRing.circleColor = .red
progressRing.animationDuration = 3
Animate:
progressRing.setProgress(1, animated: true)

Demo Image & Video

About

RAProgressRing is the simplest approach to bringing circular progress in your application with minimal code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages