Viper-Xcode-Template

🐍 - Extended VIPER Xcode Template

OTHER License

Stars
19

VIPER Template for Xcode

This is an Xcode template for the VIPER pattern. All required components for a Viper stack can be created quickly and easily with just a few clicks. The template consists of the standard components, View, Presenter, Router and Interactor. In addition we are using DIP(Dependency Inversion Principle) to add dependencies to each module.

Works very well in conjunction with: https://github.com/crelies/Service-Xcode-Template

How to use

Use the install script.

sudo swift install.swift

Structure

Authors

Sebastian Boldt, https://www.sebastianboldt.com

Christian Elies, https://www.christianelies.de

License

This Template is available under the MIT license. See the LICENSE file for more info.

Related Projects