what is the delegate of these NSURLSession methods in Swift?
问题 XCode is not auto completing this methods i did set the delegate for NSURLSessionTaskDelegate , NSURLSessionDelegate,NSURLSessionDownloadDelegate but it still not completing so i feel that i am setting the wrong delegates cause thats what xcode do when i set the wrong delegate URLSession(_:downloadTask:didResumeAtOffset:expectedTotalBytes:) URLSession(_:downloadTask:didWriteData:totalBytesWritten:totalBytesExpectedToWrite:) URLSession(_:downloadTask:didFinishDownloadingToURL:) well whats