Skip to content

proped/Xcode-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Xcode-Templates

What is xcode template

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.


Component Libraries

  • ListViewController
    • Storyboard.storyboard
    • ListViewController.swift
  • TableViewCell
    • TableViewCell.xib
    • TableViewCell.swift
    • TableViewCellViewModel.swift

Installation xCode template

make install_templates

uninstall

make uninstall_templates 

About

Xcode Templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published