Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 707 Bytes

Readme.md

File metadata and controls

35 lines (26 loc) · 707 Bytes

📑 Xcode File Template

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

📦 Installation

  1. Clone this repository
  2. cd to it in Terminal
  3. Change permissions and run the install script
chmod +x install.sh && ./install.sh

Usage

  1. Open your Xcode project
  2. Create a new file (Cmd + N)
  3. Notice MVVMC in the left pane

👥 Credits

Made with ❤️ by Maxime Maheo