2013-04-16 iOS development speed up

Post on 12-May-2015

322 views 2 download

Tags:

Transcript of 2013-04-16 iOS development speed up

iOS development speed up

AppCode, CocoaPods, PonyDebugger, Helios, Cupertino, Charles Proxy, Kiwi

Michał Łukasiewicz

michal.lukasiewicz@brightinventions.pl

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

Some tools that we use daily

AppCode

● refactorings● code analysis● localizable strings preview in views● solid debugger with core data support● perfect git integration● find usages● nice looking test runner

AppCode

Some real demo

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

CocoaPods

Some real demo

CharlesProxy

● Windows users have Fiddler...

● Charles - not perfect but fine replacement

● some 50$ per licence

CharlesProxy

● can act as remote proxy

● can turn on no caching mode

● can replace remote resource with a local file

● can repeat a request

CharlesProxy

Some real demo

PonyDebugger

● this stuff is really cool

● network traffic debugger

● core data browser

● view inspector

PonyDebugger

Some real demo

Cupertino

● created by Mattt Thompson● command line gateway to Apple Developer

Center● has stopped working since April 7th :(