Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.32 KB

VIPER Xcode template

A file template for Xcode. It creates all necessary files for VIPER architecture.

How to get started

  • Download VIPER Xcode template
  • Copy the VIPER folder to /Applications/Xcode.app/Contents/Developer/Library/Xcode/Templates/File\ Templates/
  • Start Xcode and create a new file (File > New > File or ⌘N)
  • Choose VIPER

Note: your class name will be appended with architecture names.

Architecture

  • DataManager
  • Interactor
  • InteractorIO: Interface for input and output interactor
  • ModuleInterface: Interface Presenter
  • Presenter
  • ViewController
  • ViewInterface
  • Wireframe

TODO

  • Add example

Sources

Contact