Is there an easy way to make a horizontally paged UIScrollView wrap around?

Posted by rustyshelf on Stack Overflow See other posts from Stack Overflow or by rustyshelf
Published on 2009-11-25T06:48:25Z Indexed on 2010/06/17 7:13 UTC
Read the original article Hit count: 311

I notice that in the stocks application, the small graph wraps around, eg: when you get to the end of the scroll view and swipe right again, you go back to the beginning. Before I go ahead and code this myself is there an easy way to do this in the SDK? I can't find any properties or methods that would enable that?

I have a paged UIScrollView that scrolls horizontally, pretty much exactly like the stocks application one does.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about cocoa-touch