I have a section which is scrollable horizontally with paging and other sections normal with vertical scrolling enabled in UICollectionView.
Now the thing is UICollectionViewLayout has contentSize property which is defined for whole CollectionView.
But I want only 1 section horizontally scrollable in vertical scrollable collectionViewLayout.
I know I can use another collectionView in a section to do this.
But can I avoid that??