Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

McBgnr

macrumors regular
Original poster
Apr 13, 2009
144
0
Hey guys, I have just started with development for iPhone. I was wondering how to choose in between Window Based and View Based templates for the application.

To start with I want to make an application which displays a few screens, in a particular sequence. I have made a sample using window based template and works well. I think that the same thing can be achieved using View Based app as well, correct me if I am wrong. I am not able to decide which template to use. Suggestions are welcome.

Cheers, McBgnr (iPhone SDK 3.0)
 
the way you describe it, any approach would do. if you already made a sample that works, dont fix it ;)
 
That was so quick... :).

It means for my case either method would do.

However, I am still not very clear on the ideal usage of these templates?
 
The window-based template is for people like me who avoid using Interface Builder. It's the best place to start if you are laying everything out with code.

The view-based template is better if you are going to be using Interface Builder for the rest of the development.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.