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 - Imaging-2 Public
Another sample project to demonstrate how to use UIImagePickerController in Clean Swift
Clean-Swift/Imaging-2’s past year of commit activity - Simple Public
A simple login system to demonstrate how the VIP cycle fully encapsulate the `UserDefaults` details from the rest of your app
Clean-Swift/Simple’s past year of commit activity - Gister Public
This app lists all public gists using GitHub's API. It demonstrates how to encapsulate all API code and write unit tests for it.
Clean-Swift/Gister’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 - TDD Public
This is a demo project for the detailed walkthrough of Test Driven Development in my Effective Unit Testing book.
Clean-Swift/TDD’s past year of commit activity
Top languages
Loading…
Most used topics
Loading…