zzyspace / ZYBannerView

简单易用, 显示内容定制性强的可循环轮播控件. 可以实现类似淘宝商品详情中侧拉进入详情页的功能.
MIT License
379 stars 85 forks source link

在 UITableView 中使用会卡顿。 #9

Closed stan-chuk closed 7 years ago

stan-chuk commented 7 years ago

在 UITableView 中使用时,当轮播的控件被滑出屏幕再滑回来的时候会产生卡顿,因为 BannerView 又要重新初始构造化一次,有什么解决方案吗?谢谢。

zzyspace commented 7 years ago

建议让当前控制器持有 bannerView,这样就可以避免多次初始化。

stan-chuk commented 7 years ago

成功了,虽然不能复用,但是相对于性能来说好很多。