diff --git a/cheatsheet.html b/cheatsheet.html index 47a0dade..0305461a 100644 --- a/cheatsheet.html +++ b/cheatsheet.html @@ -212,7 +212,7 @@

Edges

toSideEdges(inset: 100,
             priority: .high)

Margins

-

Constrains to superview margins guide.

+

Constrains to superview margins.

toMargins()
toMargins(inset: 100, priority: .high)
toMargins(insets: directional)
@@ -233,7 +233,7 @@

Margins

toSideMargins(inset: 100,
               priority: .high)

Safe Area

-

Constrains to superview safe area guide.

+

Constrains to superview safe area.

toSafeArea()
toSafeArea(inset: 100, priority: .high)
toSafeArea(insets: directional)