PO
popcornomnom/IndeterminateProgress
IndeterminateProgress
Customizable IndeterminateProgressView class with two types of infinity animations.
Quick Install
- Drag or copy this class into your project
- Play with
IndeterminateProgressViewattributes (optional)
Programmatically
let progress = IndeterminateProgressView()
progress.animationDuration = 2.0
progress.progressBackgroundColor = .darkGray
progress.extendMuptiplier = 2
progress.progressWidth = 84
Storyboard
Create UIView object and set IndeterminateProgressView type in the class field in the Identity Inspector.
IndeterminateProgressView component provides live rendering and expose the changing properties in an Interface Builder.
See real-time results!
P.S.
I wrote this to show system status to user in Care app ๐ฐ
I hope this is helpful!
๐ฟMore iOS articles ๐ฟ

