SwiftUI.cc
Latest SwiftUI references

Latest SwiftUI references, page 2

Continue browsing the newest published SwiftUI examples, API notes, and implementation checklists.

Showing 10-18 of 77 reference pages
PreviousPage 2 of 9Next

Reach for alignment guides and coordinate spaces when default stack alignment is not expressive enough.

5 min readOpen

Clipping controls what is visible, masking controls alpha, and contentShape controls where interaction happens.

5 min readOpen

Use compositingGroup and drawingGroup to control how SwiftUI combines effects, shadows, opacity, and complex drawing.

5 min readOpen

Prefer foregroundStyle and tint for modern SwiftUI color styling, especially when controls, symbols, gradients, and semantic materials mix.

4 min readOpen

Create reusable control styles when repeated UI behavior belongs to the component system rather than a single screen.

6 min readOpen

Move repeated visual decisions into ViewModifier and Shape extensions so the UI reads like product language.

5 min readOpen

Control whether images keep original colors, act as templates, scale smoothly, or stay crisp for pixel-style art.

4 min readOpen

Pick the simplest gesture that matches the user's intent, then promote to explicit Gesture values only when you need state or composition.

5 min readOpen

Combine gestures with simultaneous, sequenced, exclusive, and high-priority relationships when a view needs more than one interaction.

5 min readOpen