Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.12 KB

🧬 CleanSwift

Examples and templates for Clean Swift iOS architecture

Clean Swift Scheme

📦 Templates

Template to create new scene with SwiftUI or UIKit (creates view, interactor, presenter and builder)

Install

  1. Open path ~/Library/Developer/Xcode/Templates/File Templates.
  2. Copy folders from XCodeTemplates to File Templates.
  3. Restart XCode.

🗄 Examples (Legacy)

  • Router. Example of work with Routers (Old segue version).
  • Worker. Example of work with Workers and Routers.
  • Unit Tests. Example of write tests for scene.