I added in my app a tutorial section that consists of an UIPageViewController.
The problem is that i don't want the user to be able to return to previous steps.
I tried returning nil for previous controller but it does not work.
Can someone give me a hint?
Thanks