iosxcodeinterface-builder

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:

Interface Builder layout guides

How can I remove them?


Solution

  • Simply uncheck the Content Layout Guides.

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

    enter image description here