Iphone UIScrollView and multiple visible images

Posted by joynes on Stack Overflow See other posts from Stack Overflow or by joynes
Published on 2010-01-28T21:21:14Z Indexed on 2010/05/29 19:22 UTC
Read the original article Hit count: 516

Filed under:
|
|
|
|

Hi!

Im trying to implement a UIScrollView including multiple images, using paginate. The problem is that I want more then one page to be visible in the UIScrollView, but only one page should be selected.

I found several solutions in which you handle touch down/up (touchesBegan and touchesEnded) myself and scrollRectToVisible, but I want to avoid this if possible. A sample solution for that can be found at: http://forums.macrumors.com/showthread.php?t=634462

I dont get why its so easy if you only need to display one page at a time in the UIScrollView , but seems really hard if you want to show more pages. Could you solve it with zooming?

/Br Johannes

© Stack Overflow or respective owner

Related posts about iphone

Related posts about multiple