iPhone Coverflow

前端 未结 3 1439
既然无缘
既然无缘 2021-01-23 16:35

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

相关标签:
3条回答
  • 2021-01-23 16:46

    You might also want to check out a library I released at iPhoneDevCamp -- OpenFlow. http://apparentlogic.com/openflow

    It is all core animation-based, so it's easy to understand and customize to your needs. AFOpenFlowView is a subclass of UIView.

    I included a demo application, and check out the blog entry on my personal website for a bit more information about its use. fajkowski.com

    Drop me a line if you have any questions or comments! -Alex

    0 讨论(0)
  • 2021-01-23 16:48

    Try FlowCover at

    http://www.chaosinmotion.com/flowcover.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.

    0 讨论(0)
  • 2021-01-23 17:00

    This one looks promising:

    https://github.com/nicklockwood/iCarousel

    Seems to be more actively maintained than the other two suggested above.

    0 讨论(0)
提交回复
热议问题