pujiaxin33 / JXSegmentedView

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

稳定的crash: 刷新数据+JXSegmentedListContainerView #225

Closed liusr closed 1 week ago

liusr commented 1 year ago

您好,刷新数据+JXSegmentedListContainerView ,在这个例子中,有如下crash场景: LoadDataViewController中配置数据源添加segmentedDataSource.isItemWidthZoomEnabled = true 然后在getRandomTitles方法中每次让数据源减少,刷新后不点击标题,直接左右滑动底部的列表会crash。 原因出在animator?.progressClosure中维持了旧的index导致下面的代码越界。

pujiaxin33 commented 1 week ago

感谢反馈,已修复。