What kind of project for multi-screen app?
Hi folks,
I'm extremely new and green to iPhone. I've read the application programmer's guide and looked at some of the tutorials. But I still have some questions on what kind of project to create for my task.
I am playing around trying to create an app that will have multiple screens that the user progresses through. I think I want a navigation-based app but am not sure.
The first screen will be some kind of scrollable view, for instance I might want to put a legal disclaimer there and let the user hit "continue" or "exit" to advance or terminate.
On the next screen I want to display some graphics, maybe an animation using pre-defined PNGs. I think the screen would combine some CF graphics (maybe I'll draw some lines myself) and overlay predefined PNGs.
I'm not sure what kind of project to create and how to start from there. If I create a navigation-based project using xcode, the first view is a table view. Where is this done? I don't think I want a table view, do I?
Do I need a UIView? I believe I can display images on this and also draw CF graphics. Correct or not?
How do I specify the use of a UIView (or whatever I need) instead of a table view?
Not even sure if I'm asking the right questions.
Many thanks in advance.
So I think I want a UIView? I want to
|