摘要: 1 - (void)applicationDidEnterBackground:(UIApplication *)application 2 { 3 // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. 4 //... 阅读全文
posted @ 2012-09-14 15:38 ValeTu 阅读(549) 评论(0) 推荐(0) 编辑
摘要: [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(ReloadLocalDataTable:) object:CurrentLocalPath];LocalTextField.text=@"";NSString *lastpath = [CurrentLocalPath stringByDeletingLastPathComponent];self.CurrentLocalPath=[NSString stringWithFormat:@"%@",lastp 阅读全文
posted @ 2012-09-14 09:36 ValeTu 阅读(182) 评论(0) 推荐(0) 编辑