How to show the progress bar

I am creating a demo project to show the progress of the form. I mean that when a user fills out a form in four steps, I want to show the progress of each of the user's steps.

For a better understanding, please look at the screenshot that follows.

Progress step

I want to create something like the screenshot above. So please suggest me. Any help or suggestion would be appreciated.

I cannot use UISlider because it is not possible to create four thumbs in one UISlider.

Thanks in Advance ... :)

+4
source share

Source: https://habr.com/ru/post/1668579/


All Articles