码迷,mamicode.com
首页 > 移动开发 > 详细

IOS 退出App

时间:2014-09-04 09:38:27      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   os   io   ar   for   div   sp   

 UIApplication *app = [UIApplication sharedApplication];
 [app performSelector:@selector(suspend)];
 //wait 2 seconds while app is going background
 [NSThread sleepForTimeInterval:2.0];
 //exit app when app is in background
 NSLog(@"exit(0)");
 exit(0);

 

IOS 退出App

标签:style   blog   color   os   io   ar   for   div   sp   

原文地址:http://www.cnblogs.com/joesen/p/3955350.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!