MultiProgressView
MultiProgressView copied to clipboard
📊 An animatable view that depicts multiple progresses over time. Modeled after UIProgressView
How to change the corner radius of each individual views inside.
It would be nice to include some documentation for the `MultiProgressViewDataSource` protocol. **Is your feature request related to a problem? Please describe.** This will be very helpful for those new...
**Is your feature request related to a problem? Please describe.** I'm trying to create a Vertical Progress Bar (similar to the one provided in the Storage Example except vertical). **Describe...
In the standard `UIProgressView`, there is an `observedProgress` [variable](https://developer.apple.com/documentation/uikit/uiprogressview/1619840-observedprogress) which is used to automatically update the progress bar. It would be nice to have a version of this for `MultiProgressView`!...
I want to change color of the custom progress view. how to do that?