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