摘要:
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 //... 阅读全文
摘要:
[NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(ReloadLocalDataTable:) object:CurrentLocalPath];LocalTextField.text=@"";NSString *lastpath = [CurrentLocalPath stringByDeletingLastPathComponent];self.CurrentLocalPath=[NSString stringWithFormat:@"%@",lastp 阅读全文