Skip to content

Instantly share code, notes, and snippets.

@AquaGeek
Created July 9, 2012 20:20
Show Gist options
  • Select an option

  • Save AquaGeek/3078663 to your computer and use it in GitHub Desktop.

Select an option

Save AquaGeek/3078663 to your computer and use it in GitHub Desktop.
iOS discussions

iOS Discussion Topics

  1. Application lifecycle
    • main()
    • Run loop
    • Initializing from Storyboard vs nib vs manually
  2. Event handling
    • -[UIApplication sendEvent:]
    • App "screen saver"
    • Hooking up buttons to firstResponder
  3. NSLocalizedString
    • Don't need to enter keys in Localizable.strings unless key is high-ASCII
    • Using genstrings
    • Localization search order
    • Comment - notes for translator (file name not really that helpful)
  4. PassKit
  5. Mocking URL protocol for unit tests
  6. Responder chain
  7. NSNotificationQueue
    • NSPostWhenIdle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment