With Xcode we create files and groups everyday. We commonly create files for our classes, storyboards or XIBs. We organize them into folders in order to have a logically organized project. Our preferred IDE offers a number of useful built in templates that we can use to create different types of projects or files.
- ListViewController
- Storyboard.storyboard
- ListViewController.swift
- TableViewCell
- TableViewCell.xib
- TableViewCell.swift
- TableViewCellViewModel.swift
make install_templates
make uninstall_templates