iphone - Special UIScrollView with multiple objects (3) on each page -


what want accomplish this:

alt text

two different scrollviews, , each 1 scrolls horizontically. each showing 3 images, , half 1 (or 1/3th) piece of next image in datasource of scrollview.

does know how accomplish such scrollview?

i want able tap image flip , show information , button detail. (see lower scrollview). tapping again show image, coverflow ui inside itunes, without coverflow being 3d...

any welcome :)

thanks in advance,

lewion

scroll view doesn't have datasource. looking standard scrolling , nothing special.. doable... check scrolling , photo scroller sample codes apple developer samples. more implementations of scroll view check scroll view suite sample code , read scroll view programming guide.

the flip animation standard animation view , doable. example, create utility application iphone. has flip side view. see how animation done.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -