Open
Description
Instead of
Inset(
uniformInset: 24.0,
wrapping: label)
we should make the tutorials use the trailing modifier syntax:
label.inset(uniform: 24)
(came up in #130)
Metadata
Metadata
Assignees
Labels
No labels
Instead of
Inset(
uniformInset: 24.0,
wrapping: label)
we should make the tutorials use the trailing modifier syntax:
label.inset(uniform: 24)
(came up in #130)
Activity