82

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?

alxlives
  • 5,084
  • 4
  • 28
  • 50

2 Answers2

223

Simply uncheck the Content Layout Guides.

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

enter image description here

Vidhyanand
  • 5,369
  • 4
  • 26
  • 59
Jishnu Raj T
  • 2,409
  • 1
  • 9
  • 13
10

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)

RichW
  • 127
  • 1
  • 4