A quick tour of automated testing in Objective-C, starting with why we should care. Covers the basics of testing with XCTest, when to leverage mocks for testing interactions, how to test Storyboard / IB related things like instantiated view controllers or wired up actions. Follows it up with a more complex example of testing a callback block.
Originally presented at Mobile Developer Summit, Oct 10th in Bangalore, India.