Use trailing modifier syntax in tutorials
bencochran opened this issue · 0 comments
bencochran commented
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)