We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature描述 怎么拿到底部listContainerView滑动结束的回调呀
参考效果 我初始化了pagerView 然后自定义的 CategoryView 不能从pagerView的代理方法中获取么? 只能通过 kvo [self.contentScrollView addObserver:self forKeyPath:@"contentOffset" options:NSKeyValueObservingOptionNew context:nil];
拿到便宜改变 CategoryView 的选中么?
The text was updated successfully, but these errors were encountered:
这个代理方法符合你的需求吗?
func listContainerViewDidEndScrolling(_ listContainerView: JXPagingListContainerView)
Sorry, something went wrong.
No branches or pull requests
Feature描述
怎么拿到底部listContainerView滑动结束的回调呀
参考效果
我初始化了pagerView 然后自定义的 CategoryView
不能从pagerView的代理方法中获取么? 只能通过 kvo
[self.contentScrollView addObserver:self forKeyPath:@"contentOffset" options:NSKeyValueObservingOptionNew context:nil];
拿到便宜改变 CategoryView 的选中么?
The text was updated successfully, but these errors were encountered: