Open MuRanJiangXia opened 1 year ago
Feature描述 怎么拿到底部listContainerView滑动结束的回调呀
参考效果 我初始化了pagerView 然后自定义的 CategoryView 不能从pagerView的代理方法中获取么? 只能通过 kvo [self.contentScrollView addObserver:self forKeyPath:@"contentOffset" options:NSKeyValueObservingOptionNew context:nil];
拿到便宜改变 CategoryView 的选中么?
这个代理方法符合你的需求吗?
func listContainerViewDidEndScrolling(_ listContainerView: JXPagingListContainerView)
Feature描述 怎么拿到底部listContainerView滑动结束的回调呀
参考效果 我初始化了pagerView 然后自定义的 CategoryView 不能从pagerView的代理方法中获取么? 只能通过 kvo [self.contentScrollView addObserver:self forKeyPath:@"contentOffset" options:NSKeyValueObservingOptionNew context:nil];
拿到便宜改变 CategoryView 的选中么?