I have a UIImageView in a UIScrollview. I used the instructions in Apple's docs.
I set minimum and maximum zoom scales. (0.5 and 6.0). I set the delegate to self.
I returned the image view in viewForZoomingInScrollView. However I don't know what to do in scrollViewDidEndZooming.
The result I am having is a jittery zoom and not consistent. It is just not behaving like the photo gallery app.
Am I missing something?