iosxcodeviper-architecture

HowTo make Xcode recognize custom templates


I've been using Generamba to create template files for each module under VIPER architecture for iOS.

It saves a lot of time, but still needs commands through terminal to run Generamba and create the files. Does anyone have a clue on how to embed those templates generated directly into XCode 8?


Solution

  • You can use templates inside Xcode to generate your VIPER classes. Take a look on this repository, it already implements the basic VIPER files for you.

    Hope it helps.