UAProgressView โ€” Simple, Lightweight and Powerful

1 minute read

Unsatisfied with the current open-source progress view components, today I created my own. UAProgressView is a simple and lightweight, yet powerful animated circular progress view. UAProgressView is highly configurable, includes touch highlighting, block based event handling, and animation.

Prior to writing UAProgressView, I was using MRCircularProgressView to show preview audio progress on the Ambiance 4.0 rewrite. MRProgress is pretty good, and was the inspiration for UAProgressView, but it lacked much of the customization that UAProgressView now offers. UAProgressView is probably a better fit for you instead of MRProgress if you want:

  1. More Customization. Things like border width and progress line width.
  2. More Control. Fully exposed central view that you control.
  3. Minimal Overhead. No additional unused classes to include.
  4. Blocks. A block based event interface makes setup nice and neat.

Check out UAProgressView on Github and let me know what you think!

Lastly, I run a small software company called Urban Apps. It pays the bills so I can take the time to write helpful utilities like UALogger. If you found this page helpful at all, I would really appreciate it if you would check out my Apps on the iTunes App Store.

Was this page helpful for you? Buy me a slice of ๐Ÿ• to say thanks!

Comments