UIScrollView carousel menu
Posted
by user303753
on Stack Overflow
See other posts from Stack Overflow
or by user303753
Published on 2010-03-28T20:11:31Z
Indexed on
2010/03/28
20:13 UTC
Read the original article
Hit count: 294
objective-c
Hi all, I'm trying to figure out if I can get what I want out of UIScrollView through some trickery or whether I need to roll my own scroll view
I have a series of items in row that I want to scroll through. One item should always be centered in the view, but other items should be visible to either side. In other words, I want normal scrolling and edge bouncing, but I want the deceleration when the user ends a touch to naturally settle at some specified stop point. (Actually now that I think of it, this behavior is similar to coverflow in this respect.)
© Stack Overflow or respective owner