Open source CoverFlow library for iPhone [closed]

牧云@^-^@ 提交于 2019-11-26 11:31:44
oldbeamer

The nice people at Chaosinmotion have got the following available:

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

It's BSD licensed.

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

wuf810

There's another nice Open Source implementation by demosthenese. Here's the link.

The last chapter on Erica Sadun's The iPhone Developer's Cookbook is about Cover Flow. You can grab the source code from the sample repository of the book on Google Code: cookbooksamples

I am not aware of any open-source libraries for what you describe above. However, if you are familiar with core animation, it wouldn't be too hard to implement what you describe.

Check out the links below for some more information:

  1. Blog post about implementing coverflow using core animation
  2. Core animation reference guide from Apple iPhone Dec Center

The book "SAMS Teach Yourself Cocoa Touch Programming in 24 Hours" shows you how to make your own in the CoreAnimation chapter (complete implementation).

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!