Skip to content

Instantly share code, notes, and snippets.

View pouriaalmassi's full-sized avatar

Pouria Almassi pouriaalmassi

View GitHub Profile
@pouriaalmassi
pouriaalmassi / gist:8690043
Last active August 29, 2015 13:55
Xcode / Simulator / lldb keybindings

Xcode Keybindings Cheat Sheet

Xcode

| Shortcut | Action | |---|---|---| | control 1 | Jump to Related Files menu item to see: includes, callers, callees | | control 6 | Jump to class method definitions overview. Simply begin typing to search. | | alt command J | Filter files in project navigator. | | alt command L | Filter Interface Builder Object Library | | command Y | Enable / disable all breakpoints. |

@pouriaalmassi
pouriaalmassi / ios-bootcamp-resources.markdown
Last active January 4, 2016 06:58 — forked from owen-bnr/ios-bootcamp-resources
iOS & OS X Developer Resources

Blogs

  • ASCII WWDC - WWDC session transcripts.
  • NSHipster - Cocoa weekly from Mattt Thompson. Creator of AFNetworking.
  • objc.io - Great resource where each issue consists of a collection posts that all focus on one over arching topic such as testing, Auto Layout, Swift, etc.
  • Mike Ash - Self described as "Wizard without portfolio" Mike Ash is very widely read in the Cocoa community.
  • Bill Bumgarner's Stack Overflow answers - Long time Apple developer who provides well written answers to some of the hairier questions on ObjC and iOS.
  • iOS Dev Weekly - Excellent and widely read weekly that aggregates some of the best writing in the Cocoa developer community.
  • Stable Kernel - Joe Conway, one of the original authors of BNR's Beginning iOS book and former BNR engineer and instructor.
  • [Big Nerd Ran