Popular repositories Loading
-
CleanStore
CleanStore PublicA sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the cre…
-
Authentication
Authentication PublicThis sample project illustrates how to decouple authentication logic, and write unit tests using different types of test doubles.
Repositories
- CleanStore Public
A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.
Clean-Swift/CleanStore’s past year of commit activity - Asynchronous Public
This project demonstrates two different approaches to handle asynchronous operations: 1. Completion Handler, and 2. VIP Cycle.
Clean-Swift/Asynchronous’s past year of commit activity - Synchronous Public
This project demonstrates five different approaches to handle synchronous operations - when you need the result in the same calling method now, instead of a different delegate method later. The five approaches are: 1. State Variable, 2.Return Value, 3. In-Out Parameter, 4. Completion Handler, and 5. VIP Cycle.
Clean-Swift/Synchronous’s past year of commit activity