IOS TDD Tutorial

Hi, I'm looking for a really good tutorial for iOS TDD, please help me!

what’s the best iOS TDD book, blog → tutorial (I had different studies on google, but since I don’t have enough knowledge about “iOS TDD”, I don’t know which one is better).

Thanks in advance!

+5
source share
1 answer

There are many things about TDD on iOS available on the Internet.

If you decide to use GHUnit, I recommend that you use the Xcode template available here: https://github.com/zenkimoto/ghunit-ocmock-xcode4-template

and if you use ARC, I recommend modifying GHUnitTestMain.m as follows:

http://hataewon.tumblr.com/post/17502311021/continuous-integration-for-cocoa

, Test Driven iOS Development Graham Lee http://www.amazon.com/Test-Driven-iOS-Development- -/dp/0321774183

(, )

+8

All Articles