Thanks to visit codestin.com
Credit goes to github.com

Skip to content

akinoavx13/Xcode-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

53 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“‘ 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

About

Templates and Snippets to speed up development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages