Here's a GIF of the layout bug I'm trying to fix:
If you watch closely, you can see the top view shifting up by 20 points at the beginning of the transition. It might not be very noticeable, but now I can't stop seeing it and I would really like to fix it.
I think it's happening because the status bar is being hidden, but it only happens when I'm using a UIPageViewController. It doesn't happen for any views that are added normally.
Is there any way I can fix the constraints that this page view controller is installing on it's child views? I think it might be getting confused with topLayoutGuide
somewhere, but I couldn't find a way to fix it.