2014年8月7日
摘要: #define IOS_DEBUG //发布时注释此行不输出log日志#ifdef IOS_DEBUG#define NSLog(...) NSLog(__VA_ARGS__)#else#define NSLog(...)#endif 阅读全文
posted @ 2014-08-07 18:10 助金 阅读(155) 评论(0) 推荐(0)
摘要: 设定时间让应用从后台回来是否重新启动应用- (void)applicationDidEnterBackground:(UIApplication *)application{ //保存进入后台的时间戳 NSDateFormatter * formatter = [[NSDateFormatter... 阅读全文
posted @ 2014-08-07 14:05 助金 阅读(199) 评论(0) 推荐(0)