Xcode Shortcuts

Published on Saturday, 17 January 2015

Cmd-⌥-Enter opens Assistant Editor

Option(⌥)-click on APP WatchKit Extension\InterfaceController.swift to open the controller in the assistant editor.

So I've been going through the Core Data By Tutorials (By RW) and I type this a lot so why not make a snippet

var error: NSError? = nil

http://nshipster.com/xcode-snippets/

Wordpress Original Link