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
|