如何分别为CollectionReusableView和CollectionVeiwCell设置垂直和水平滚动
How to Set Vertical and Horizontal Scrolling to CollectionReusableView and CollectionVeiwCell respectively
UICollectionView 的 ContentView 有两项。
- CollectionReusableView。
- CollectionViewCell.
在这里,我想将 CollectionReusableView 设置为 header 垂直滚动方向和 collectionVeiwCells 水平滚动方向。
我怎样才能做到这一点
这里,Top View是collectionReusableView,Bellow view是collectionViewCell。
我想单独对 CollectionveiwCells 进行水平滚动。
UICollectionView 的 ContentView 有两项。
- CollectionReusableView。
- CollectionViewCell.
在这里,我想将 CollectionReusableView 设置为 header 垂直滚动方向和 collectionVeiwCells 水平滚动方向。
我怎样才能做到这一点
这里,Top View是collectionReusableView,Bellow view是collectionViewCell。 我想单独对 CollectionveiwCells 进行水平滚动。