Remove the top and bottom layout guides in the interface builder

I would like to do autorun based on the parent view, but the top and bottom layouts of the manual are struggling with me. The fact is that I have a built-in view controller, and they are not relevant:

enter image description here

The layout guide is here:

enter image description here

I thought one of these settings would delete them, but no luck:

enter image description here

How do I get rid of these guides? If this is not possible, any information on why they are created will be really useful.

Thanks!

+6
source share
1 answer

Autolayout uses the row size with the displayed status.

To change this, select the view controller and show the Attribute Inspector. Change the status bar attribute from Inferred (as shown in your question) to None.

+4
source

All Articles