When I zoom a photo in UIScrollView
and push it down or up, the scrollViewDidEndDecelerating
method gets called. However, I don't want it until I scroll to the next image.
How to stop it?
For more info: I have one UIScrollView
which includes 3 image view middle image view in another inner UIScrollView
.