I go through the UIPageViewController reference and found this statement.
Methods of the delegate are called in response to gesture-based navigation and orientation changes.
same for datasource. Does it means that UIPageViewController delegate is called by gesture only, we can not call it by buttons actions. Has anybody faced such situation before.