iPhone Coverflow

前端 未结 3 1438
既然无缘
既然无缘 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

提交回复
热议问题