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

怎么拿到底部listContainerView滑动结束的回调呀 #483

Open
MuRanJiangXia opened this issue Jun 30, 2023 · 1 comment
Open

怎么拿到底部listContainerView滑动结束的回调呀 #483

MuRanJiangXia opened this issue Jun 30, 2023 · 1 comment
Labels
question Further information is requested

Comments

@MuRanJiangXia
Copy link

Feature描述
怎么拿到底部listContainerView滑动结束的回调呀

参考效果
我初始化了pagerView 然后自定义的 CategoryView
不能从pagerView的代理方法中获取么? 只能通过 kvo
[self.contentScrollView addObserver:self forKeyPath:@"contentOffset" options:NSKeyValueObservingOptionNew context:nil];

拿到便宜改变 CategoryView 的选中么?

@pujiaxin33
Copy link
Owner

这个代理方法符合你的需求吗?

func listContainerViewDidEndScrolling(_ listContainerView: JXPagingListContainerView)

@pujiaxin33 pujiaxin33 added the question Further information is requested label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants