Skip to content

Instantly share code, notes, and snippets.

@jpsim
Last active December 12, 2015 06:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpsim/4727983 to your computer and use it in GitHub Desktop.
Save jpsim/4727983 to your computer and use it in GitHub Desktop.
List of useful resources for iOS devs

iOS Development Resources

Development

  • Cocoapods – Great dependency manager for iOS and Mac development
  • MagicalRecord – Super easy Core Data
  • AFNetworking – Best networking library for iOS out there
  • Cocoa Controls – Good site to find open source projects to help speed up your development

Debugging

  • PonyDebugger – Impossible to do work without this tool once you've tried it
  • OHHTTPStubs – Good way to test your app when your API is down (or if it hasn't been written yet)
  • Instruments – Indispensable for pinpointing app performance issues
  • Super Debugger – Good way to tweak stuff in your app as you develop it without having to recompile every time
  • Speed Limit – When testing the networking side of your apps, it's usually helpful to simulate real world network connections
  • Charles Proxy – Like Speed Limit, but way more powerful

Testing

Continuous Integration

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