iOS 8 UIPageViewController Applying Constraints After Transitions

I figured out you need to base your constraints on the view and not the layout guide of your view controller. This will ensure your view controller respects the constraints you set prior to the transition in a PageViewController.

you can do this like so:

Constraints example

Remember to uncheck “Constrain to margins”

Leave a Comment