摘要: - (void)applicationDidEnterBackground:(UIApplication *)application{ if ([[UIDevice currentDevice] isMultitaskingSupported]) { //Check if device supports mulitasking UIApplication *application = [UIApplication sharedApplication]; //Get the shared application instance ... 阅读全文
posted @ 2013-07-25 16:42 Joe.xi 阅读(276) 评论(0) 推荐(0)