Examples and templates for Clean Swift iOS architecture
Template to create new scene with SwiftUI or UIKit (creates view, interactor, presenter and builder)
- Open path
~/Library/Developer/Xcode/Templates/File Templates
. - Copy folders from XCodeTemplates to
File Templates
. - Restart XCode.
- 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.