New Xcode Template Equivalents

I’m involved in the process of learning Objective-C for the iPhone and the biggest obstacle that I now have is that most of the old tutorials are not based on ios5. All in all, this is great because I don’t want to use storyboards before ios5 was adopted, so the tutorials are fine if I ignore garbage collection instructions. However, the problem I am facing is that in most tutorials you start with “navigation-based applications” or “windows-based applications” and they no longer exist in Xcode 4.2.

So my question is: if I try to follow tutorials that use one of the above templates, which of the new templates should I choose which will be closest to it? There are a lot of great tutorials that I would like to use, and most of ios5 deal with junk files, rather than actually learning the general development.

Thanks so much for your time and help, I appreciate that.

+4
source share
2 answers

For window-based applications, you can find the equivalent here: http://www.trappers.tk/site/2011/06/16/mainwindow-xib/ (I tried this and it works) download here: http: // forums .bignerdranch.com / viewtopic.php? f = 73 & t = 3336 .

+1
source

Select the Master-Detail application template and everything will be fine.

+3
source

All Articles