Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 260
shrishaster Avatar asked May 02 '14 12:05

shrishaster


1 Answers

You can use this sample to your own need.

Expandable UICollectionView

like image 154
Rahul Vyas Avatar answered Nov 15 '22 08:11

Rahul Vyas