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
如果,如果每个cell中都有图片,每个图片都是从网络中读取的且大小都大于4M,数据源大概20个左右,反复滑动一会就会受到memory warning,然后崩了
The text was updated successfully, but these errors were encountered:
ok。我看看
Sorry, something went wrong.
对于聊天页面来说,聊天的页面应该展示一个小图吧,点击小图查看大图的时候重新请求下载大图。我看qq和微信,新浪等都是这么做的。
好的,那你在model里面使用imageURL和thumbnailURL两个属性来做。我不知道为什么复用没有起作用。或者image加载方式(类似懒加载)可以考虑优化一下。
博主,问你一个关于图片显示的问题。你的图片是在button上又进行重写了按钮,我这个时候给图片显示的时候是用的SDWebImage来做的,可是遇到了一个问题就是我在发送或者接受图片后用URL来进行显示图片的时候在聊天页面不论如何滑动都是无法进行显示图片 只有我退出聊天页面再次进入这个时候它才会显示,即使有时候显示也是极少的情况下而且时间还是很长一个。我想问一下博主对于这个该如何处理
No branches or pull requests
如果,如果每个cell中都有图片,每个图片都是从网络中读取的且大小都大于4M,数据源大概20个左右,反复滑动一会就会受到memory warning,然后崩了
The text was updated successfully, but these errors were encountered: