Multi step form progress in ios applications

4.1k Views Asked by At

Is there any library for creating multi step form progress in ios applications similar below image

enter image description here

1

There are 1 best solutions below

1
On

I may be too late to answer this question but I found just what you're looking for:

https://github.com/yenbekbay/AYStepperView

It's written in Objective-C.

P.S. I have not tested it yet but it looks pretty cool.