Upgrade to Pro — share decks privately, control downloads, hide ads and more …

2013-04-16 iOS development speed up

2013-04-16 iOS development speed up

CocoaHeads Tricity

April 16, 2013
Tweet

More Decks by CocoaHeads Tricity

Other Decks in Programming

Transcript

  1. iOS development can be more fun! • it can be

    faster as well • you can spend more time on your core functionalities and less on waiting for your IDE, for managing your libraries, testing your app or debugging it
  2. AppCode • refactorings • code analysis • localizable strings preview

    in views • solid debugger with core data support • perfect git integration • find usages • nice looking test runner
  3. CocoaPods • iOS dependencies manager • supereasy to add attach

    a third-party library to your ios project • you can create your own Pods! • more than 1200 available now Following this is a must: https://twitter. com/cocoapods
  4. CharlesProxy • Windows users have Fiddler... • Charles - not

    perfect but fine replacement • some 50$ per licence
  5. CharlesProxy • can act as remote proxy • can turn

    on no caching mode • can replace remote resource with a local file • can repeat a request
  6. PonyDebugger • this stuff is really cool • network traffic

    debugger • core data browser • view inspector
  7. Cupertino • created by Mattt Thompson • command line gateway

    to Apple Developer Center • has stopped working since April 7th :(