-
Notifications
You must be signed in to change notification settings - Fork 9
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:
- Open an Xcode project
- Create a new file (File > New > File or ⌘N)
- Choose VIPER
- Set your VIPER stack base name
- Continue adding files as regular to your app target
- Repeat steps 4->8 for VIPER Test, adding the files to your test target
- Continue to Organizing the Stack