• Stars
    star
    2,801
  • Rank 16,259 (Top 0.4 %)
  • Language
    Objective-C
  • Created over 9 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

VVebo剥离的TableView绘制

VVeboTableViewDemo

此项目由VVebo剥离,希望你能通过这个demo看到我是如何进行TableView流畅度优化的。

主要思路如下:

1.异步渲染内容到图片。

2.按照滑动速度按需加载内容。

3.重写处理网络图片加载。

实际上做完前两点就可以很流畅了。我把内容都异步渲染到了一张图上,尽可能减少Cell层级。

项目中我用的是SDWebImageManager。在我变态级要求下,网络图片加载的线程还是会引起丝毫卡顿的。在VVebo中我将网络图片加载重写了。此demo中我并没有将重写图片加载的内容剥离,单单这样已经可以很流畅了。

新浪微博:@Johnil

如果你有任何疑问,欢迎随时到新浪微博来交流。