I need to implement cover flow functionality to our iPhone application. I tried to find sample code online to get started with it, but I didn\'t have any luck. Can anyone tell m
the source code provides you with a FlowCoverView realizing the coverflow effect.
You simply need to customize a few delegate methods. Take a look at the example source code, customizing it to suit your needs should be straightforward.