Reputation: 33
Making one registration form , it's content two page I use swipe for transfer right and left in page , 1st has 10 textfields and second has 5 textfields and one registration button.
Now after fill all 10 fields I swipe it's right side and get next view and clicking on register I submitted data in JSON
,
Now my problem is that how i make two view in on controller and swipe them ??
I do code for JSON
and validation from my side now need to know how make animation and swipe view.
Upvotes: 0
Views: 591
Reputation: 362
Here is the link for the tutorial for UIPageViewController. Good tutorial. The two methods
viewControllerBeforeViewController:
and viewControllerAfterViewController:
are all that u need.
and i've been searching for another link that is very easy to understand. just wait i'll be back with that tutorial
Upvotes: 1