IOS 设置Launch image停留时间

- (void)viewDidLoad
{
    [super viewDidLoad];
    // Do any additional setup after loading the view, typically from a nib.
    [NSThread sleepForTimeInterval:3.0];   //设置进程停止3秒
}

 

posted on 2014-05-01 21:42  林源  阅读(437)  评论(0编辑  收藏  举报

导航