Remove Content and Frame layout guides from UIScrollview

IosXcodeInterface Builder

Ios Problem Overview


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:

Interface Builder layout guides

How can I remove them?

Ios Solutions


Solution 1 - Ios

Simply uncheck the Content Layout Guides.

This option is found under the Size Inspector tab in storyboard.

enter image description here

Solution 2 - Ios

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)

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionalxlivesView Question on Stackoverflow
Solution 1 - IosJishnu Raj TView Answer on Stackoverflow
Solution 2 - IosRichWView Answer on Stackoverflow