I’m trying to follow along with some tutorials on the web on Xcode programming. Nearly all of them have an earlier version of Xcode than I do and the starting application templates are not the same. Most of them start with a Window-based application template. What is the equivalent in Xcode 4.2.1? Page-based or Single view or Empty or something else? Thanks much.
I’m trying to follow along with some tutorials on the web on Xcode programming.
Share
If you’re reading Big Nerd Ranch’s IOS programming book then I would suggest checking out the following links:
http://forums.bignerdranch.com/viewtopic.php?f=74&t=3166
http://forums.bignerdranch.com/viewtopic.php?f=74&t=1817
I believe the Single View Application is probably what you are looking for, but you may need to make some modifications to get it working with your book.
The links above should be able to help you with that though.
The second link also contains a link to a zip file if you really need the window based application templates.