I use below code for getting zoom image in the scroll view.
- (UIView *)viewForZoomingInScrollView:(UIScrollView *)scrollView{ return photo; }
but i have problem when i click on next button and set new image it also zoomed. so it is possible the the next image is normal size. when i click on next button.