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
使用AFNetworking下载完成回到主线程update,同时下载多条,执行该方法都是提示“更新成功“,但表内model的property仅更新其中一条。是同时对表内单条数据进行处理的,请问有什么解决办法吗?
The text was updated successfully, but these errors were encountered:
[manager downloadTaskWithReques:[..] progress:^{...} destination:^{...} completionHandler:^{ ... dispatch_async(dispatch_get_main_queue(), ^{ [model update]; }); }]; 多处调用此代码,实际仅更新一次
Sorry, something went wrong.
No branches or pull requests
使用AFNetworking下载完成回到主线程update,同时下载多条,执行该方法都是提示“更新成功“,但表内model的property仅更新其中一条。是同时对表内单条数据进行处理的,请问有什么解决办法吗?
The text was updated successfully, but these errors were encountered: