-
Notifications
You must be signed in to change notification settings - Fork 209
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
cell 复用的生命周期问题 #188
Comments
以前版本是用的collection view,后来为了更灵活改成自实现了... |
目前版本如果你能改的话,可以基于你们业务场景适配下。刚开始做这个的时候我还没关注到视频的需求,所以不完美 |
加载网络图片,网速慢的时候,重用也有问题... |
这周抽时间发个新版 |
要发新版本吗? |
要发。还没做好 |
大概要多久,这几天要开个新项目,求香一下 |
最近两个月996,都快007了,这周天看看能不能做好... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
为什么不使用 collectionView 去实现呢,现在的 cellWillAppear / cellDidAppear 触发规则太粗暴了。导致多页滑动时会发生闪烁了,视频内容尤其严重。
The text was updated successfully, but these errors were encountered: