//延时一秒执行 dispatch_time_t time = dispatch_time(DISPATCH_TIME_NOW, 1*NSEC_PER_SEC); dispatch_after(time, dispatch_get_main_queue(), ^{ [weakSelf.navigationController popViewControllerAnimated:YES]; });
//延时一秒执行 dispatch_time_t time = dispatch_time(DISPATCH_TIME_NOW, 1*NSEC_PER_SEC); dispatch_after(time, dispatch_get_main_queue(), ^{ [weakSelf.navigationController popViewControllerAnimated:YES]; });