Skip to content

Instantly share code, notes, and snippets.

@dimitardanailov
Last active September 25, 2015 16:44
Show Gist options
  • Save dimitardanailov/00af9a2f13cd494e3a1c to your computer and use it in GitHub Desktop.
Save dimitardanailov/00af9a2f13cd494e3a1c to your computer and use it in GitHub Desktop.
List with Xcode Shortcuts

Special Mac Keys

  1. Command ⌘
  2. Shift ⇧
  3. Option ⌥
  4. Control ⌃
  5. Caps Lock ⇪
  6. Fn

Dialogs

  1. ⌘ + ⇧ + o - Open Quickly

Connection between Storyboard and Source code

  1. ⌃ + Drag to source code - Create connection between Storyboard and source code.

Emulator

  1. ⌘ + left arrow - Rotate left
  2. ⌘ + right arrow - Rotate right
  3. - Enable pinch zoom in / zoom out

Comments and Documentation

  1. ⌘ + \ - For selection: Add/Remove // of each line -
@skellertor
Copy link

Thanks, I always have to google this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment