Skip to content
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

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

Closed
SecretMo opened this issue Sep 18, 2020 · 0 comments
Closed

Comments

@SecretMo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants