#RxVIPER Templates
based on Clean Swift templates http://clean-swift.com/clean-swift-ios-architecture
To install the RxVIPER Xcode templates, run:
make install_templates
To uninstall the RxVIPER Xcode templates, run:
make uninstall_templates
- Configurator Initialize all scene models and bindings.
- Router Just routes from one scene to another.
- ViewController View controller <3.
- Layouter All manual and like 'SnapKit/LayoutKit' layouts.
- Presenter Add Rx bindings and observables for actions.
- Interactor Call workers.
- Worker Make requests to REST/WS/Local database.
- I just make extension for ViewController with IGListKit SectionController Cells