Mastering Auto Layout - Part 2: Constraint | Ray Wenderlich Videos

Sometimes you'll want a property to be constrained not equal to another, but greater than or equal or to it, or less than!


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4260-mastering-auto-layout/lessons/2

why isn’t there a safe area under the view? Also, the when I add a button, “Use standard value” is greyed out. i am using xcode 11.2.1 and ios 13.

The layout guides that existed when we recorded this course no longer exist in UIKit. If you download the materials, they will be replaced with a Safe Area.

“Standard” spacing to the safe area isn’t defined. So instead, I recommend this:

Screen Shot 2020-01-09 at 3.39.14 PM