Custom Templates within xCode
February 11, 2010 • Objective-C, Programming • Comments
While sitting in my Objective-C class learning about the Tab Bar Application and it’s uses our teacher brought up a point in that Apple’s pre-made Tab Bar Application, is good… but not great. The problem is that it starts you up with two views (which is good), However the first view is the main controller. The second view has it’s own controller assigned to it. After a little research and a quick modification to the Tab Bar Application I was able to create my own template that I now use for Tab Bar projects.
