I've implemented non scrollable UICollectionView inside a UIscrollview. The size of the scrollview is 100x100 and that of collection view is 100x200; And the content size of the scroll view is 100x200.
My problem is, the didSelectItemAtIndexPath is not getting called when I touch some cells (the cells out of the 100x100 rect).
User interaction of the cells are enabled. All cells are touchable when I increment the scrollview height equal to the height of the collection view. Thanks in advance.