Skip to content
New issue

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

待补充文件下载方法 #77

Open
SXiaoXu opened this issue Oct 29, 2019 · 0 comments
Open

待补充文件下载方法 #77

SXiaoXu opened this issue Oct 29, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@SXiaoXu
Copy link
Contributor

SXiaoXu commented Oct 29, 2019

可以参考 Objective - C 返回的参数和命名方法:

[file downloadWithProgress:^(NSInteger number) {
    // 下载的进度数据,number 介于 0 和 100
} completionHandler:^(NSURL * _Nullable filePath, NSError * _Nullable error) {
    // filePath 是文件下载到本地的地址
}];
@jwfing jwfing added the enhancement New feature or request label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants