0
votes
0answers
201 views

UIScrollView zoom issue

I have UIScrollView. I should show small image first, and big image , when I zoom image. If I use this code, everythink is OK: - (UIView *)viewForZoomingInScrollView:(UIScrollView *)scrollViewCalled ...
0
votes
2answers
243 views

Can't set image in UIScrollView after zooming

I use ImageScrollView to show image. At the begining I show only small image. And when user tries to zoom, I load big image. First I wanted to do this using this code: - (UIView ...