-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
关于文件 断点 缓存下载这个案例的一些问题 #49
Comments
考虑到cell的复用问题; 建议您这里修改下, 优先更新模型数据, 再更新UI数据 |
抱歉, 注释写的不是很清楚, 补了些注释, 看下还有什么疑问吗?// 数据
|
我看到您给我回复了,这会手头没电脑,我先用手机回复吧哈。我看了您写的这块的代码,咱俩有不同的地方是,我这边是自定义了cell,用downloadcell管理。然后列表下载页面是写在view里面的用downloadview管理,然后table列表数据的代理方法也都写在view里了,目前还没有用到模型。然后,在用那个MJDownload封装类来对每一行cell点击时,都会自动添加到队列里去同时下载每一行各自管理下载进度并显示并且点每一行cell的时候,取到的是不同的path这个步骤不是很明白,明天到了我仔细看下你给我发的,或者我可以抽出来一个比较简洁的demo发给您看一下可以吗
在2019年09月16日 23:19,Nemo 写道:
尝试用了您这边的数据试了试, 应该是可以的; 建议您参考下cell的数据刷新和赋值模型数据的逻辑
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
因为我的cell封装的没那么高层级,所以还只是停留在希望可以用比较简单的方式去实现这种多文件下载的需求😢
在2019年09月16日 23:29,邢坤坤 写道:
我看到您给我回复了,这会手头没电脑,我先用手机回复吧哈。我看了您写的这块的代码,咱俩有不同的地方是,我这边是自定义了cell,用downloadcell管理。然后列表下载页面是写在view里面的用downloadview管理,然后table列表数据的代理方法也都写在view里了,目前还没有用到模型。然后,在用那个MJDownload封装类来对每一行cell点击时,都会自动添加到队列里去同时下载每一行各自管理下载进度并显示并且点每一行cell的时候,取到的是不同的path这个步骤不是很明白,明天到了我仔细看下你给我发的,或者我可以抽出来一个比较简洁的demo发给您看一下可以吗
在2019年09月16日 23:19,Nemo 写道:
尝试用了您这边的数据试了试, 应该是可以的; 建议您参考下cell的数据刷新和赋值模型数据的逻辑
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
明天demo发下哦, 上传到您自己的github的仓库 |
ok,谢谢你辛苦哈,
在2019年09月16日 23:44,Nemo 写道:
明天demo发下哦, 上传到您自己的github的仓库
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
您好,我这边已经将自己的demo上传至GitHub,地址 :https://github.com/OmgKevin/FileDownload |
参考的您这个案例中我想要实现相同的需求,所以集中参考了您的LMJOfflineDownloadViewController.m这个类文件中的实现方式,但是有一些东西看的不是很明白。
The text was updated successfully, but these errors were encountered: