iOS 设置Launch image停留时间

– (void)viewDidLoad

{

    [super viewDidLoad];

    // Do any additional setup after loading the view, typically from a nib.

    [NSThread sleepForTimeInterval:3.0];   //设置进程停止3秒

}