Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 08-27-2009, 05:26 PM   #1 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 5
Default Creating Splash/Startup screen with Start button

I'd like to create a screen, similar to a splash that will stay at that screen until a user presses "start" to enter the application itself. How can I do this?
Sirous is offline   Reply With Quote
Old 08-29-2009, 10:38 PM   #2 (permalink)
Developer & Translator
 
Kroupy's Avatar
 
Join Date: Dec 2008
Posts: 264
Default

Quote:
Originally Posted by Sirous View Post
I'd like to create a screen, similar to a splash that will stay at that screen until a user presses "start" to enter the application itself. How can I do this?
Simply like that:

Create the Screen where the button is and make sure everything works (pushing the button and so on)

Now make a screenshot of that.

Save it to Default.png and put it into your Projekt.

Cheers.
Kroupy is offline   Reply With Quote
Old 08-30-2009, 12:14 AM   #3 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 5
Default

how will creating a screenshot of a button enable any button functionality?
Sirous is offline   Reply With Quote
Old 08-30-2009, 12:34 AM   #4 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 180
Default

Quote:
Originally Posted by Sirous View Post
how will creating a screenshot of a button enable any button functionality?
You have to create the screenshot of that screen - not just the button.
shnaps is offline   Reply With Quote
Old 08-30-2009, 01:29 AM   #5 (permalink)
Registered Member
 
MikesTooLz's Avatar
 
Join Date: Jan 2009
Location: Miami, Florida
Posts: 211
Send a message via AIM to MikesTooLz
Default

The main view that gets loaded will have to bee the splash screen with the button.
When the button is clicked the app loads the next view.

Take a screenshot of the splash screen with the button disabled or hidden. Name it Default.PNG and place it in the root of your project.

Now when the app is loading it will show that screenshot (default.png) and after the app is loaded the main view of the splash screen with button will appear. To the user it will just look as if the button becomes enable or appears for them to click and continue.

If you take a screen shot with the botton there and enabled the end user will think they can click it to continue and will repeatedly click on it to try and continue while the app is still loading. It can frustrate them and also could cause the app to be rejected in the review process, so make sure the screenshot doesnt show a button that looks like it can be clicked to continue.

Last edited by MikesTooLz; 08-30-2009 at 01:32 AM.
MikesTooLz is offline   Reply With Quote
Old 08-30-2009, 03:02 AM   #6 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 180
Default

Quote:
Originally Posted by MikesTooLz View Post
The main view that gets loaded will have to bee the splash screen with the button.
When the button is clicked the app loads the next view.

Take a screenshot of the splash screen with the button disabled or hidden. Name it Default.PNG and place it in the root of your project.

Now when the app is loading it will show that screenshot (default.png) and after the app is loaded the main view of the splash screen with button will appear. To the user it will just look as if the button becomes enable or appears for them to click and continue.

If you take a screen shot with the botton there and enabled the end user will think they can click it to continue and will repeatedly click on it to try and continue while the app is still loading. It can frustrate them and also could cause the app to be rejected in the review process, so make sure the screenshot doesnt show a button that looks like it can be clicked to continue.
I read somewhere that the name has to be "Default.png" - note the capital-D.
shnaps is offline   Reply With Quote
Old 08-30-2009, 01:19 PM   #7 (permalink)
Registered Member
 
Join Date: Jul 2009
Posts: 5
Default

When I do this, the screen disappear after a few seconds, regardless of whether a user presses anything. How can I just set up a separate view that will appear after the splash screen, and will then provide a button that will enable a user to go to the "main view," the app itself.
Thanks for your help everyone!
Sirous is offline   Reply With Quote
Old 08-30-2009, 01:29 PM   #8 (permalink)
Registered Member
 
MikesTooLz's Avatar
 
Join Date: Jan 2009
Location: Miami, Florida
Posts: 211
Send a message via AIM to MikesTooLz
Default

Quote:
Originally Posted by Sirous View Post
When I do this, the screen disappear after a few seconds, regardless of whether a user presses anything. How can I just set up a separate view that will appear after the splash screen, and will then provide a button that will enable a user to go to the "main view," the app itself.
Thanks for your help everyone!
That is what we are telling you to do!!!
your main view that gets displayed should be your splash screen!!!
dont know how to say it any clearer.
MikesTooLz is offline   Reply With Quote
Old 08-30-2009, 01:42 PM   #9 (permalink)
Amateur Nutcase
iPhone Dev SDK Supporter
 
DeltaP's Avatar
 
Join Date: Jul 2009
Location: FDL, WI
Posts: 237
Send a message via AIM to DeltaP Send a message via Skype™ to DeltaP
Thumbs up

Quote:
Originally Posted by MikesTooLz View Post
That is what we are telling you to do!!!
your main view that gets displayed should be your splash screen!!!
dont know how to say it any clearer.

I think he wants us to write the code for him.


While I won't do that, I will suggest you check out the tutorials section of the site and watch the "Easy Tutorial On Switching Views" as it will show you how to implement a button that brings up another view, which I believe is what you want to achieve after the splash screen has disappeared.
__________________
Follow me on Twitter!
If I helped you out, check out my apps!
DeltaP is offline   Reply With Quote
Old 08-30-2009, 02:06 PM   #10 (permalink)
Registered Member
 
ChrisMayer's Avatar
 
Join Date: Aug 2009
Posts: 238
Default

so basically you want like a titlescreen, where you press a button and it takes you into your app?

if that's what you want then it's quite easy.

- create a UIImageView set it to take up the entire screen
- load your splash screen image into it (Default.png)
- add a button
- set the button to call a method which sets both your splash screen and the ster button to hidden
__________________
ChrisMayer is offline   Reply With Quote
Reply

Bookmarks

Tags
button, screen, splash, start

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 269
21 members and 248 guests
ADY, AragornSG, Bertrand21, Dani77, Dattee, fkmtc, HDshot, HemiMG, iDifferent, JasonR, jimbo, macquitzon216, mer10, prchn4christ, Rudy, sacha1996, sneaky, spiderguy84, Sunny46, theone8one
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,885
Threads: 89,230
Posts: 380,767
Top Poster: BrianSlick (7,129)
Welcome to our newest member, bookesp
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 03:09 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0