The project that I am working on at the moment utilises Core Data for storing data, and that meant that I would need to figure
Category: Unit Testing
TDD in Objective-C: Scoping an iOS Project via Mocks and Protocols with Unit Tests in Kiwi
### Overview The following is an overview of how I approach Test Driven Development (TDD) for iOS projects. I use [Kiwi](http://github.com/allending/kiwi) as my TDD tool
TDD Exercise – A StringCalculator in Objective-C
After struggling over a custom UIControl implementation for iOS, I decided to take a little time out to play and learn more about design patterns and approaches in Objective-C. This exercise was the basis for learning a great deal about how I approach the design of a solution, and I hope it will benefit my other developments.
Test and Behaviour Driven Development on iOS with Kiwi
One thing about getting back into iOS development is that in the intervening two years or so, Xcode and the iOS SDK has changed quite