Theming
LaunchSwift has a small design system under:
ios/SwiftLaunch/UI/Theme/BrandColors.swift
What to customize first
Section titled “What to customize first”Color.brand— primary accent colorColor.brandSoft— secondary tinted background color
Components
Section titled “Components”Reusable components live in:
ios/SwiftLaunch/UI/Components/
Prefer composing components over per-screen styling. It keeps diffs smaller and makes UI test/snapshot coverage easier later.