Skip to content

Using the Templates

Ryan Bush edited this page May 5, 2017 · 4 revisions

Once the templates are installed, using them is very easy. Here is a short video showing you how:

VIPER - Creating a VIPER Stack

  1. Open an Xcode project
  2. Create a new file (File > New > File or ⌘N)
  3. Choose VIPER
  4. Set your VIPER stack base name
  5. Continue adding files as regular to your app target
  6. Repeat steps 4->8 for VIPER Test, adding the files to your test target
  7. Continue to Organizing the Stack