Swift-Clean-Architecture

Template for Swift Clean Architecture from uncle Bob lecture.

Clean Code

This Template is derived from the Clean Architecture proposed by Uncle Bob. They share many common concepts such as the components, boundaries, and models.

http://fernandocejas.com/2015/07/18/architecting-android-the-evolution/

Architectural reactive approach

1

Model-View-Presenter

1

Install

To install the Clean Swift Xcode templates, run:

make install_templates

To uninstall the Clean Swift Xcode templates, run:

make uninstall_templates