Hi everybody,
i'm newbie about objective-c programming for iPhone..
My frustrating problem is: I have a paging ScrollView showing images. The scroll is ok but when I try to zoom an image, the zoom starts from the beginning of the ScrollView.
I try to explain: I have 5 pics, each for 320px width, so the ContentSize of the ScrollView is 320 * 5 = 1.600.
When I try to pinch/zoom on third image (for example), the zoom starts from point x 0 (zero) of the scrollview, showing me also the 1st and 2nd pages until, with the fingers, I reach the beginning of the 3rd page.. after that, I can zoom inside this page without "exit" from it.
Any suggestions?
Thanks in advantage