I am using UICollectionView with flow layout. What i want is to achieve zoom in and zoom out like we zoom image. I don't want to zoom in particular cell but the entire UICollectionView.
I have tried nesting UICollectionView inside UIScrollView and used it's delegates to zoom UICollectionView. But It causing scrolling conflict between ScrollView and UICollectionView.
I want to zoom whole UICollectionView. Not the particular cell.