Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1011 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 1011 Bytes

Swift Snippets

video

A handy snippets for swift programming on XCode.

List of Snippets

mark                                 MARK annotation
markline                             MARK annotation with line
markmethod                           MARK annotation for method declaration
markproperties                       MARK annotation for property declaration
vclifecycle                          View Controller lifecycle method template
vcmethod                             View Controller method template
vctemplate                           View Controller template

To generate snippet list, run: python generate_list.py. The script is cloned that of burczyk/XcodeSwiftSnippets.

Install

git clone [email protected]:imaizume/swift-snippets.git \
  && rsync -a swift-snippets/*.codesnippet ~/Library/Developer/Xcode/UserData/CodeSnippets/