UIScrollView ignores frameLayoutGuide constraints on iOS 12 when built with iOS 14.1 SDK
问题 I just wasted an hour with what looks like an iOS 14 SDK regression when running on iOS 12 so I thought i'd post this in case it helps others. Summary : When pinning the frame of the UIScrollView with the frameLayoutGuide as we've always done, this breaks on iOS 12 when the scrollview is contained within another view (in my case in a child viewcontroller, not sure if that matters). Setup : View setup, all views using autolayout: UIView "scrollviewContainerView" [fixed/unchanging size] | \-