Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 727 Bytes

File metadata and controls

47 lines (30 loc) · 727 Bytes

XCode cheat sheet

Handy shortcuts

Start a build

command + b

Open a file the easy way

no need to search for the file in your folder hierarchy. Doesn't need to be even the exaxt search term. Also apd will show you the appDelegate as possible hit.

command + shift + o

Jump to the file in your folder hierarchy

command + shift + j

Go to line

when debugging, it can be handy to navigate at once to the line number you want.

command + l

Generate an interface from the given code

option + command + arrow up

Generate handy code comments above a method

control + command + /

Format the selected code block

control + i