Skip to content

Commit

Permalink
Update cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
tinder-cfuller committed Feb 21, 2024
1 parent fb8fb79 commit ab0cdc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ <h3>NSLayoutDimension</h3>
<pre>constraint(to: view.width)</pre>
<pre>constraint(is: .greaterThanOrEqual,
to: view.width,
multiplier: 2,
constant: 100)</pre>
<pre>constraint(is: .greaterThanOrEqual,
to: 100)</pre>
Expand Down

0 comments on commit ab0cdc4

Please sign in to comment.