I don\'t understand why the scrollview isn\'t working, because I followed advices from tutorials.
I created the UIScrollView that contains an UIImageV
UIScrollView
UIImageV
You need to return imgv in your delegate method viewForZoomingInScrollView::
imgv
- (UIView *) viewForZoomingInScrollView:(UIScrollView *) view { return imgv; }