/Xcode-UITableView-Template

Xcode template to add a table view using VIPER Architecture (Swift)

Apache License 2.0Apache-2.0

Xcode UITableView template

This template allows you to create a tableview using VIPER architecture and a view model for the data injection

VIPER References:

How does it work?

  • Download or clone this repository.
  • cd to ~/Library/Developer/Xcode/Templates/File Templates/ (if you don't have the folder created, please create it).
  • Copy and paste your downloaded folder to ~/Library/Developer/Xcode/Templates/File Templates/{your-folder.xctemplate} .
  • Create a new project and a new file. You should see the template in the options list.
  • Enjoy.