views:

594

answers:

1

I am trying the scroll images (160x130) horizontally on the screen (portrait). So my pics are half the iphone screen width. I've looked at the scroll example from apple and kind of got it working. I got it to focus on one picture in the middle of the screen and half an image on the left and right. The thing is that because the UIScrollView is the width of the screen, when I scroll it scrolls the width of the screen at a time. I need it to scroll to the next picture which is already half way on the screen.

in the end I'd like to do infinite scrolling with 10 images in this manner, so if UIScrollView isn't the way to go, what is?

related questions