Skip to content

Instantly share code, notes, and snippets.

@nwest
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nwest/9478913 to your computer and use it in GitHub Desktop.
Save nwest/9478913 to your computer and use it in GitHub Desktop.
Objective-C Resources

How to iOS at Detroit Labs

  • Project Makeup

  • Core Data, Storyboards

  • IB vs in code, xibs (two view controllers, swap at app delegate)

  • iOS Patterns: lazy instantiation, properties (getters, setters), singletons, subclassing (inheritance), delegation (protocols), categories, class extensions,

  • Modern syntax : literals, accessors

  • iOS Gotchas (UIButton, dot syntax, Conditional braces,)

  • Cocoapods, dependencies

  • API client

  • debugging, facebook/chisel

  • Assets (retina, etc)

  • Colors, Constants

  • Coding style

  • TDD

  • Jenkins

  • Learning Resources http://git.io/ios

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