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

mekopolis

macrumors regular
Original poster
Feb 10, 2008
152
0
i've viewed a few demo applications, such as the crash lander one
to try to discover how to one, load an image such as a splash screen upon initializing the application on the iphone, then having the user "tap the screen to continue" for which the app will load into the main screen

it seems like a simple, at least logical, if a then b, as in if the screen is tapped, then goto the main screen/window

how do i go about doing this?
do I (in the interface builder) design an intro Window, then a Mainscreen Window
or do I do this all within one Window and control it all through Code

thanks for your help
 
i've viewed a few demo applications, such as the crash lander one
to try to discover how to one, load an image such as a splash screen upon initializing the application on the iphone, then having the user "tap the screen to continue" for which the app will load into the main screen

it seems like a simple, at least logical, if a then b, as in if the screen is tapped, then goto the main screen/window

how do i go about doing this?
do I (in the interface builder) design an intro Window, then a Mainscreen Window
or do I do this all within one Window and control it all through Code

thanks for your help


I think you can do as following:

1. setup your Default.png file, it will act as the splash window.
2. setup the Default.png file as your first view's background image, ans show some words like Tap to start... blah, blah...
3. enter the nomal app workflow as you designed. Such as accept the tap event and blah, blah.....

:D

Actually, it is how I am doing now..
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.