开发者

Special UIScrollView with multiple objects (3) on each page

What I want to accomplish is something like this:

Special UIScrollView with multiple objects (3) on each page

Two different scrollViews, and each one scrolls horizontically. Each showing 3 images, and a half one (or 1/3th) piece of the next image in the datasource of the scrollview.

Does anyone know how to accomplish such a scrollview?

I also wan开发者_JAVA技巧t to be able to tap an image to flip it and show some information and a button to the detail. (See lower scrollview). Tapping it again would just show back the image, much like the coverflow ui inside itunes, but without the coverflow being 3D...

Any help is welcome :)

Thanks in advance,

Lewion


Scroll view doesn't have a datasource. What you are looking for is standard scrolling and nothing special.. So it is definitely doable... Check the scrolling and photo scroller sample codes from apple developer samples. For more implementations of scroll view check the scroll view suite sample code and read the scroll view programming guide.

The flip animation is also a standard animation for a view and is easily doable. For example, create a utility application for iphone. It has a flip side view. See how that animation is done.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜