pujiaxin33 / JXSegmentedView

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

categoryView reloadData 下拉刷新全部 下面子控制器消失 #123

Closed SecretMo closed 2 months ago

SecretMo commented 3 years ago

JXPagerListContainerScrollView 下面方法 - (void)listWillAppear:(NSInteger)index 这个index 值不对 在reload 的时候 值为正确值减1 目前修复是把 私有的 @Property (nonatomic, assign) NSInteger currentIndex; 暴露给外部 在刷新前赋值正确的index 代码如下 strongSelf.pagingView.listContainerView.currentIndex=strongSelf.currentIndex; [strongSelf.categoryView reloadData];