ios - Change UICollectionViewCell size when a cell is tapped -
I have drawn the UICollectionView when I tap the user on a cell, then I want to see something about it < p> Actually I want to enlarge the tape cell and the other cells will go to the next line.
Any suggestions on how
You will need subclassification Instead of just a
UICollectionViewFlowLayout instead of UICollectionViewLayout .
Comments
Post a Comment