AFDownloadRequestOperation を開始した理由を教えてください。インターフェイスは応答しませんが、ファイルをダウンロードしました。インターフェイスは応答します。どうすれば解決できますか?
プログラムを応答なしで維持できる場合、ファイルの書き込み速度、ダウンロードが速すぎる、書き込みが速すぎることが関係していると思いますか?
これは私のコードです:
self.operation = [[AFDownloadRequestOperation alloc] initWithRequest:[[NSURLRequest
alloc] initWithURL:[NSURL URLWithString:video.url]]
targetPath:[[[[PlistManager
sharedInstance] getDirectory]
stringByAppendingPathComponent:[NSString
stringWithFormat:@"%@.mp4",video.vid]]
shouldResume:YES];
[self.operation start];