views:

234

answers:

3

Possible Duplicate:
Open source iPhone Coverflow like library

What is the best way to implement a CoverFlow like interface for the iPhone? Does Apple provide any libraries?

A: 

Actually, it's not possible to use the Apple's implementation of CoverFlow.

Anyway, somebody else has reimplemented the CoverFlow, in open source. (but I don't remember the name of this library)

Eric V
A: 

Check out this open source directory, you will find som coverflow implementations there: http://open.iphonedev.com/

Bucko
Too generic. If there are some, would be better to link to them directly. Right now this looks like spam.
Jaanus
+1  A: 

The implementation I use is called Flow Cover. See here:

http://www.chaosinmotion.com/flowcover.m

It's been really easy for me to tweak it to do what I need it to, and I have very little experience with OpenGL.

Ed Marty