How can I resize the cell size of UICollectionView
without reload
methods?
Just want to call following method on some event. I do not want to reload UICollectionView
or any of its section or row.
func collectionView(collectionView: UICollectionView,
layout collectionViewLayout: UICollectionViewLayout,
sizeForItemAtIndexPath indexPath: NSIndexPath) -> CGSize