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 have to add the imageView as a subview to the scrollview
[scrollView addSubview:imgv];