Reputation: 1824
I'm creating a demo project for showing form progress. I mean, as the user fills the form in four steps, I want to show the progress of each of the user's step.
For better understanding please have a look on the screenshot that follows.
I want to create something like the above screen shot. So please suggest me. Any help or suggestion will be appreciated.
I can't use UISlider, because it's not possible to create four thumbs in one UISlider.
Thanks in Advance... :)
Upvotes: 5
Views: 12540
Reputation: 7520
There are several options but the two components I found the most easy and complete are both the FlexibleSteppedProgressBar and the Progress-Indicator-Swift. The first is very complete but the second is simple and clean for basic usage.
You can choose the best based on your needs.
Upvotes: 4