Remove Content and Frame layout guides from UIScrollview
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?
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)