Spacing
Consistent spacing creates visual balance that makes the user interface (UI) easier for zoomer & Zappers to scan. Apply consistent spacing to improve the quality of the UI.
Last updated
Was this helpful?
Consistent spacing creates visual balance that makes the user interface (UI) easier for zoomer & Zappers to scan. Apply consistent spacing to improve the quality of the UI.
Last updated
Was this helpful?
Was this helpful?
public enum Padding: CGFloat {
case k48 = 48
case k36 = 36
case k32 = 32
case k24 = 24
case k16 = 16
case k12 = 12
case k8 = 8
case k4 = 4
case k2 = 2
}