modern-app-patterns

iOS (Swift) Patterns

Concise guides for modern Swift/SwiftUI apps.

Try it

Create a new Xcode project: iOS App → SwiftUI + Swift. Then paste the minimal files from a guide into your project:

Optional CLI helpers

# Open the current folder in Xcode (macOS)
open .

# Format with swift-format if installed
swift-format -i -r .

Tips

See also: ../sandboxes/ios-swiftui for a minimal SwiftUI skeleton to drop code into.