From e6056a5d1a5812c02e193b7964bd697c0e46cc26 Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Fri, 23 Feb 2024 22:11:22 -0800 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9Cguide=E2=80=9D=20term=20from?= =?UTF-8?q?=20cheatsheet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cheatsheet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cheatsheet.html b/cheatsheet.html index 92b6f762..c8b36274 100644 --- a/cheatsheet.html +++ b/cheatsheet.html @@ -211,7 +211,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)
@@ -232,7 +232,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)