You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, labels have an amount of spacing that looks fine at body size, but is enormous at small sizes (see screenshot). I’d like a .labelSpacing(_ spacing: CGFloat) view modifier for the Label view. I often don’t want to create a custom label style — the only thing I want to change is the spacing value. But that’s the only way right now.
Files
The text was updated successfully, but these errors were encountered:
Description
By default, labels have an amount of spacing that looks fine at body size, but is enormous at small sizes (see screenshot). I’d like a
.labelSpacing(_ spacing: CGFloat)
view modifier for the Label view. I often don’t want to create a custom label style — the only thing I want to change is the spacing value. But that’s the only way right now.Files
The text was updated successfully, but these errors were encountered: