Nassif
Nassif

Reputation: 1223

Multi step form progress in ios applications

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

enter image description here

Upvotes: 8

Views: 4165

Answers (1)

Axort
Axort

Reputation: 2024

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.

Upvotes: 1

Related Questions