1

I am using a UIColectionView in my app. I am using line layout that scroll column horizontally. I have multiple columns. I want columns that goes out of screen to be scrollable horizontally.

I have to make netflix or default ipad AppStore app like design.

4

1 回答 1

3

这不是集合视图的工作方式。

您必须使用一个表格视图,每个单元格都包含一个启用了水平滚动的滚动视图以及该单元格的所有内容。

于 2013-01-31T13:59:16.220 回答