Change the repository type filter
All
Repositories list
20 repositories
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 create order use case described by in Uncle Bob's talks.ColorPop
PublicImaging-2
PublicImaging-1
PublicSimple
PublicGister
PublicAsynchronous
PublicSynchronous
PublicThis 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.CurrentAddress
PublicTDD
PublicDataPassing
PublicAuction
PublicA sample project to show how to use Realm in a Clean Swift architecture. It also shows how to display different models in only one scene in a DRY manner, another twist to the VIP cycle, and how to use custom table view cells to deal with complex display logicWhereIsMyApple
PublicThis is a demo project to illustrate advanced dependency injection techniques described in this post https://clean-swift.com/advanced-dependency-injectionAuthentication
PublicSmartFetcher
PublicRelationship
PublicContainment
PublicABTesting
PublicPosts
PublicWhenToMock
Public