pujiaxin33 / JXSegmentedView

A powerful and easy to use segmented view (segmentedcontrol, pagingview, pagerview, pagecontrol, categoryview) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)
MIT License
2.71k stars 373 forks source link

feat: listContainerView添加清理单个list功能 #122

Closed eroscai closed 3 months ago

eroscai commented 4 years ago

在单个列表占用内存较大的场景下需要一种及时清理一些list的功能,比如清理旧的或者不再使用的list。目前只有reloadData可以清理list,但是清理的是所有list,很多场景下无法满足需求。

pujiaxin33 commented 3 months ago

如果invalid了当前index之后,需要显示哪个list呢?这个还需要进行处理。