This is a short tutorial to show how to apply TDD principles to setting up nibs in your iOS projects, hopefully this will give you a better understanding of nibs and TDD practices in general. First:Open Xcode and make a new single-view project. Call it whatever you want but make sure unit tests are enabled. The only important part is that the project is single view and includes unit testsExamine y