I\'m developing a simple UIPageViewController that has two pages. Each page is loaded from a different ViewController with their specific xib
UIPageViewController
ViewController
xib
In my case, this happened when I tried to navigate to the next page view controller inside another view controller that was presented as a modal.
Hopefully this helps other people.