Some Xcode file templates that generates multiple files with boilerplate code required for setting up:
- Scene with MVVMC
- Scene with MVVM
- Coordinator
BONUS
Some snippets are also includes:
// MARK: - Outlets// MARK: - Properties// MARK: - Lifecycle// MARK: - Methods// MARK: - Actions// MARK: - Body
- Clone this repository
cdto it in Terminal- Change permissions and run the install script
chmod +x install.sh && ./install.sh
- Open your Xcode project
- Create a new file (
Cmd + N) - Notice MVVMC in the left pane
Made with β€οΈ by Maxime Maheo