Problem: Want to implement a picture similar to the start page set as a full page
Question two: How to set the iOS startup page to stay a little longer
The new iOS Project splash screen defaults to Launchscreen.xib
If you want to implement a picture as a startup page, such as
If it starts, clear the project, please.
is the start page to stay for a while only in appdelegate
-(BOOL) Application: (uiapplication *) application didfinishlaunchingwithoptions: ( Nsdictionary *) launchoptions {
//Override point for customization after application launch.
[nsthreadsleepfortimeinterval:3.0]; // Set the Start Page time
returnYES;
}
Add a [nsthread sleepfortimeinterval:3.0]; // Set the Start Page time
Can
Apple Development Group 414319235 Welcome to join together to learn some common progress
IOS Launchscreen Set the start page to stay time in the startup picture