I made a pod Xcode 11 and iOS 13, created an UIScrollview and set my content there.
While installing on an older main project, this alert message shows:
Content and frame layout guides before iOS 11.0
I can see the said layout guides in Interface Builder:
How can I remove them?
To change this, select the view controller, and show the Attributes Inspector. Change the Status Bar attribute from Inferred (as shown in your question) to None.
FrameLayout is designed to block out an area on the screen to display a single item. Generally, FrameLayout should be used to hold a single child view, because it can be difficult to organize child views in a way that's scalable to different screen sizes without the children overlapping each other.
Simply uncheck the Content Layout Guides.
This option is found under the Size Inspector tab in storyboard.
Uncheck "Content Layout Guides" on the scroll view.
Select ScrollView -> Property size inspector -> At the foot of the top-most Scroll View section (XCode 11.3.1)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With