You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digger.download(self.fileurl.absoluteString)
.progress { progress in
print(progress.fractionCompleted)
}
.completion { result in
switch result {
case .success(let url):
print(url)
case .failure(let error):
print(error)
}
}
Testing on ios 9.1 to 13.
The text was updated successfully, but these errors were encountered:
Testing on ios 9.1 to 13.
The text was updated successfully, but these errors were encountered: