swiftui-pro
Back to list

MengTo/swiftui-pro

Swiftui Pro

GitHub

Use when building or polishing SwiftUI interfaces with production-minded composition and layout discipline.

67 installsSwiftUIFrontendSystems4 demos

Real-world examples

Live HTML demos for this skill — rendered directly in the page. 4 examples.

  1. 01

    Grouped Form & foregroundStyle

    iOS Settings-style Form with sectioned lists, SF Symbol–style glyphs, and semantic color via foregroundStyle — the modern API the skill prefers over foregroundColor.

  2. 02

    NavigationStack + sheet

    Push/pop detail with a large title, toolbar actions, and a modal sheet — NavigationStack patterns the skill checks instead of legacy NavigationView.

  3. 03

    Labeled buttons & Dynamic Type

    Icon-only traps vs Button(title, systemImage:) labels, a Dynamic Type slider, and Reduce Motion — the accessibility checklist from the skill’s review process.

  4. 04

    Spring & matched geometry

    Card expands with a spring curve and shared-element hero — view composition and animation guidance, with prefers-reduced-motion fallback.

More from MengTo