Customizable IndeterminateProgressView
class with two types of infinity animations.
- Drag or copy this class into your project
- Play with
IndeterminateProgressView
attributes (optional)
let progress = IndeterminateProgressView()
progress.animationDuration = 2.0
progress.progressBackgroundColor = .darkGray
progress.extendMuptiplier = 2
progress.progressWidth = 84
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!
I wrote this to show system status to user in Care app 🐰
I hope this is helpful!