开发者

How to choose between a window , view or a navigation based application while developing for the iphone?

开发者 https://www.devze.com 2023-01-14 18:29 出处:网络
I am a complete newbie(as is already evident) and I can\'t just figure out when to choose what. I have been through countless googling operations but found no help on the said question, hence h开发者_

I am a complete newbie(as is already evident) and I can't just figure out when to choose what. I have been through countless googling operations but found no help on the said question, hence h开发者_开发问答ad to ask here. It would be great if any of you could explain or even point me to some online resource which does it. Thanks again for your time.


It depends what your app needs. I've made an app which is a series of questions in a survey. For that I used a navigation based app.

However I'm now working on a complicated app which uses a series of navigation controllers within a UITabBarController. So for that I chose to start a window based application because there was going to be a lot of custom programming involved and that was the "cleanest slate" available.

Think about what you need your app to do, and remember the different projects you can start are all basically the same and you can always change them to suit your needs, its just what they all start with included thats different.


I would always recommend to start with Window based application template.
From a window based iPhone app, you can make any kind of iPhone application.
To learn: I would recommend iPhone Programming: The Big Nerd Ranch Guide
Get the Kindle version for your Mac - Kindle for Mac
alt text http://img408.imageshack.us/img408/3245/bnr.th.jpg

0

精彩评论

暂无评论...
验证码 换一张
取 消