Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Replacement for Navigation-based application template in Xcode 4.2?

Xcode 4.2 no longer has the Navigation-based Application template.

What should I use in replacement when starting a project?

like image 523
pdenlinger Avatar asked Nov 19 '11 18:11

pdenlinger


2 Answers

to get a Table View and a Detail View you should go with the Master-detail template. Although at first you may think about it being iPad-only, the iPhone version builds an application which is similar to the Navigation-based.

like image 78
maggix Avatar answered Oct 12 '22 07:10

maggix


I don't think that it works. Anyway, you should start with a single view application, then add the files from the New-File menu. You should select View. Then click create. It should generate the required files for you.

like image 22
Jason Lu Avatar answered Oct 12 '22 07:10

Jason Lu