IOS 设置Launch image停留时间
时间:2014-05-02 00:25:42
收藏:0
阅读:441
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. [NSThread sleepForTimeInterval:3.0]; //设置进程停止3秒 }
评论(0)