New XCode Template Equivalents

别说谁变了你拦得住时间么 提交于 2019-12-10 17:08:12

问题


I'm in the process of learning Objective-C for the iPhone and the biggest hurdle I currently have is that most of the old tutorials aren't based on ios5. In general that's fine because I don't want to use storyboards yet until the adoption of ios5 picks up so the tutorials are fine if I ignore the garbage collection instructions. However, the problem I'm running into is that most tutorials have you start out with a "Navigation-based Application" or a "Window based Application" and these no longer exist in XCode 4.2.

So my question is, if I'm trying to follow tutorials that use one of the above templates, which one of the new templates should I choose that will be closest to it? There's a lot of great tutorials out there that I'd love to be able to utilize, and most of the ios5 ones deal with storyboards, not actually learning general development.

Thanks a lot for you time and help, I appreciate it.


回答1:


For Window based applications you can find the equivalent here: http://www.trappers.tk/site/2011/06/16/mainwindow-xib/ (i've tried this and it works) or a ready-made download here: http://forums.bignerdranch.com/viewtopic.php?f=73&t=3336 .




回答2:


Choose the Master-Detail Application template and you'll be fine.



来源:https://stackoverflow.com/questions/7902660/new-xcode-template-equivalents

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!