Dogs

A fun exploration of using Clean Swift methodology (VIP) to build a simple app

Was following the directory structure and templates as described in http://clean-swift.com/
Clean Swift is Uncle Bob’s Clean Architecture applied to iOS and Mac projects.

Following the clean swift architecture (View Controller -> Interactor -> Presenter)
while having also a Router (to navigate), Models (Data), and Workers (do the heavy lifting the interactor needs).

GitHub

View Github