liuzhiyi1992 / ZYCornerRadius

一句代码,圆角风雨无阻。A Category to make cornerRadius for UIImageView have no Offscreen-Rendered, be more efficiency.

Home Page:http://zyden.vicp.cc/zycornerradius/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

图片闪动

liuhy412484577 opened this issue · comments

tableview 刷新的时候会有闪动情况,怎么处理?

更新0.8.1可解决此问题 : )

8.1的更新不下来,pod 报错,还没更新嘛?

ok了,换了个网络才更上去

pod search ZYCornerRadius可以查看相关的版本号

为啥我这还是0.7.1 ?/

pod search 出来最高版本是7.1吗


-> ZYCornerRadius (0.7.1)
A Category to make cornerRadius for UIImageView have no Offscreen-Rendered,
be more efficiency.
pod 'ZYCornerRadius', '~> 0.7.1'

难道pod有延迟。。。我这边

-> ZYCornerRadius (0.8.1)
A Category to make cornerRadius for UIImageView have no Offscreen-Rendered,
be more efficiency.
pod 'ZYCornerRadius', '~> 0.8.1'

如果直接update不行,或者晚点再试试

你那边已经有了是吧?那我等等再看看

好的,谢谢!

我这边现在更新了0.8.1 有个问题就是tableview 设置圆角,容易爆内存警告,卡死
怎么回事?

使用category的方式吗?检查下是否忘记设置Cell的重用标识

用的是category cell的从用标识符有的

刚开完会,造成内存暴增的动作是怎样的?在一个区域内来回滑动tableview,还是一直往下滑动tableview?

一直往下滑动,真机上很快就崩掉了,模拟器上还好

是demo还是项目内?demo的话可以发给我debug下

我在项目pod你的库的

可否debug下cell是否有实现重用?之前有位朋友出现过这样的问题

好的,我查查看!