5

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.

Step Progress

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... :)

Sarabjit Singh
  • 1,814
  • 1
  • 17
  • 28

1 Answers1

4

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.

Felipe Plets
  • 7,230
  • 3
  • 36
  • 60