Search code examples
iosios6uicollectionview

Expand a UICollectionView in the middle of rows


I have a UICollectionView like following:

enter image description here

Is it possible to add scrollable content in the middle of rows on click of a cell like following: enter image description here

If yes, then how?


Solution

  • You can use this sample to your own need.

    Expandable UICollectionView