From d0c590e038d5d35453c235aa224f39faa3865388 Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Sat, 2 Mar 2024 08:05:58 -0800 Subject: [PATCH] =?UTF-8?q?Remove=20=E2=80=9Cguide=E2=80=9D=20term=20from?= =?UTF-8?q?=20cheatsheet=20(#357)?= 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 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)