### 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
Tag: Protocol
Designing a Protocol for the Group Edit View Controller
In my last post, I decided to remove my Singleton object in preference for passing the `NSManagedObjectContext` around between view controllers. In my application, I