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?
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?
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)
Check out this open source directory, you will find som coverflow implementations there: http://open.iphonedev.com/
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.