Disable vertical scrolling in a UICollectionView programmatically

I have UICollectionViewin UITableViewCell. The height of the table view cell is set to the height of the collection view, so viewing the collection only scrolls horizontally.

Sometimes, when scrolling in a table view, a collection view captures vertical scrolls and scrolls vertically. I installed heightin 0in -collectionViewContentSizein my custom layout.

How to completely disable vertical scrolling as a collection?

+4
source share
1 answer

- UICollectionView "". Attributes, , "Bounces". " ".

+6

Source: https://habr.com/ru/post/1614664/


All Articles