How to create a multiple step registration form in iOS. Which is the best way ?
Have around 5 steps in total. Two have just agree and disagree button . Everything else has prev and next and finally submit.
1) Creating separate controllers for each step ? Or 2) One controller with scrollview and page control and make it look like multiple steps ?
Second one is the easier one but can't find any tutorials or code to start with, Like to add next previous button in each views inside scrollview with different step actions, validations and many stuffs inside. Thinking of the code that will be real messy.
Have googled a lot but can't find any link for this idea..
Any links and codes are welcome..
Thanks in advance.