I have a UICollectionView
, and it works great, but I have a doubt.
In my view I have a UICollectionViewCell
and inside that I have a UIImage.
The cell is linked to a blank view controller, and inside that I have a UIScrollView
(for managing the zoom) and a UIImage
(the full-size image).
I wondered if there was some delegate or something that could handle the image opening process automatically (with zoom, etc.).
Now I'm handling the zoom effect with UIScrollViewDelegate
delegate and method viewForZoomingInScrollView:
... but the result is very poor, definitely not fluid!