Disable Safe Area Layout Guides For UIView Programmatically

Viewed 11906

Safe area layout guides can be disabled in Interface Builder by unchecking the Use Safe Area Layout Guides. How can this be done in code?

I didn't notice an iOS11-available boolean that directly corresponds with the checkbox.

1 Answers
Related