We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
可以参考 Objective - C 返回的参数和命名方法:
[file downloadWithProgress:^(NSInteger number) { // 下载的进度数据,number 介于 0 和 100 } completionHandler:^(NSURL * _Nullable filePath, NSError * _Nullable error) { // filePath 是文件下载到本地的地址 }];
The text was updated successfully, but these errors were encountered:
jwfing
No branches or pull requests
可以参考 Objective - C 返回的参数和命名方法:
The text was updated successfully, but these errors were encountered: