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
I fix this crash with changing direction .forward, to .reverse
pageViewController?.setViewControllers([viewController], direction: direction, animated: true)