Adding pagination to uipageviewcontroller, is it possible?
I am a newbie and I want to load few pages of uipageviewcontroller at first and when user scrolls to 4th page I want to load another 5 pages.
Is it possible to achieve? Thanks.
Adding pagination to uipageviewcontroller, is it possible?
I am a newbie and I want to load few pages of uipageviewcontroller at first and when user scrolls to 4th page I want to load another 5 pages.
Is it possible to achieve? Thanks.
Consider using FlexiblePageViewController (UIPageViewController for processing arbitrary data).
It supports pagination behavior.