Coder Social home page Coder Social logo

xcode-templates's Introduction

Xcode File And Project Templates

This repository contains custom Xcode file and project templates. See below for a full description and installation details.

Project Templates

The project templates appear in a Personal group in the template browser. You can change the name of this group by changing the installation folder.

Project template icons

  • Manual Single View App: This template builds on the Xcode single view app template but does not use a Storyboard. It creates the window and root view controller manually in the App Delegate. Project options allow you to choose the name of the view controller class and whether to embed it in a navigation controller.

File Templates

The file templates appear in a Personal group in the template browser. You can change the name of this group by changing the installation folder.

File template icons

  • UIKit Class: Custom UIView and UIViewController file templates that call a private setupView method to add views and constraints. The configuration options are similar to the default Cocoa Touch Class file templates.

Installation

  1. If it does not yet exist create the Project Templates and File Templates folders under your home directory:

     $ mkdir -p ~/Library/Developer/Xcode/Templates/Project\ Templates
     $ mkdir -p ~/Library/Developer/Xcode/Templates/Files\ Templates
    
  2. Copy the contents of the Project Templates and File Templates folders in this repository into the above folders.

  3. The templates appear in the Xcode file and project template browsers under a Personal group. You can change the name of this group by renaming the installation folder in the File Templates or Project Templates folders:

Installation folders

Further Details

See this blog post for more details on creating custom Xcode project templates:

xcode-templates's People

Contributors

kharrison avatar petermolnar-vfmt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.