Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何确定水平滚动何时在组合布局组中停止?
我正在使用具有组合布局和多个组的 UICollectionView。一组具有水平滚动。从我发现的大多数来源中,可以使用 UIScrollViewDelegate 方法,但这似乎只适用于垂直滚动。
AUICollectionView是 的子类UIScrollView。您应该能够将自己设置为集合视图的委托,并且(不是UICollectionViewDelegate,请注意,但是delegate。)然后您可以接收像scrollViewDidEndDeceleratingand之类的回调scrollViewDidEndScrollingAnimation。
UICollectionView
UIScrollView
UICollectionViewDelegate
delegate
scrollViewDidEndDecelerating
scrollViewDidEndScrollingAnimation