I have 2 pages in my app that are transitioned with a UIPageViewController.
The first page loads fine but the second page will have a 'dropping' motion similar to the .gif image below.
This will only occur once when the page is loaded. I am not really sure what causes this but my suspicions could be the constraints. It seems to be applying the constraints when the page is loaded.
I am currently looking at a solution to pre-load the pages first and if this works, i will expand the solution to pre-load only the previous and next page (if any). If there are any better solutions out there, do share with me.