如何分别为CollectionReusableView和CollectionVeiwCell设置垂直和水平滚动

How to Set Vertical and Horizontal Scrolling to CollectionReusableView and CollectionVeiwCell respectively

UICollectionView 的 ContentView 有两项。

在这里,我想将 CollectionReusableView 设置为 header 垂直滚动方向和 collectionVeiwCells 水平滚动方向。

我怎样才能做到这一点

这里,Top View是collectionReusableView,Bellow view是collectionViewCell。 我想单独对 CollectionveiwCells 进行水平滚动。

我们无法为 UICollectionView 的单元格或 collectionReusableViews 单独设置水平和垂直滚动。只能单独设置滚动方向并反弹到 UICollectionView class。

我计划自定义带有拉伸 header 的 UIView,为此我安排了两个单独的 UITableView vertical scrolling在两个分别具有水平滚动方向的collectionViewCells中。这个 collectionveiw 应该是 UITableViewController 的一部分,带有静态单元格,应该只有垂直滚动。为了更清楚地了解这一点,请参考下面的图片。