Page 1 of 1
Image Scroller like iTunes
Posted: Wed Jun 20, 2012 3:58 pm
by rneumann
Is there some existing sample code for the iOS platform, which allows you to display images like iTunes does? For example, when you want to scroll through your music or books in iTunes, you can see the images of the covers as you scroll from left to right, or vice versa? It's the mode where you see the images at the top, and the Titles, Author, etc. listed below the images. Thank you.
Re: Image Scroller like iTunes
Posted: Wed Jun 20, 2012 4:42 pm
by Klaus
Well, this is definitvely NOT off topic, so I will move this thread to the iOS forum.
Re: Image Scroller like iTunes
Posted: Wed Jun 20, 2012 5:29 pm
by rneumann
Thank you, Klaus.
Robert
Re: Image Scroller like iTunes
Posted: Thu Jun 21, 2012 1:15 am
by Jellicle
Check out the data grid lessons on the runrev site. From memory one of the lessons demonstrates a method for creating a grid with an image in every row.
Gerry
Re: Image Scroller like iTunes
Posted: Thu Jun 21, 2012 2:06 am
by rneumann
The images in iTunes scroll along the top section of the screen, from left to right, and vice versa, while the related data scrolls up and down, so I don't think the data grid will provide what I'm trying to do with the images. In fact, I could even manage without the data. Thank you.
Robert
Re: Image Scroller like iTunes
Posted: Thu Jun 21, 2012 8:19 pm
by rneumann
I found exactly what I was looking for at
http://www.runrevplanet.com/index.php?o ... Itemid=141. It's called Carousel 3D, and it implements the iTunes functionality called "Cover Flow." It costs $49.
Robert
Re: Image Scroller like iTunes
Posted: Fri Jun 22, 2012 12:58 am
by Jellicle
rneumann wrote:The images in iTunes scroll along the top section of the screen, from left to right, and vice versa,
Whoops, misread your original question.
Gerry
Re: Image Scroller like iTunes
Posted: Fri Jun 22, 2012 1:53 am
by rneumann
No problem!! Thank you for trying to help anyway.
Robert