OpenFlow CoverFlow Library for iPhone

Are there any open source APIs like CoverFlow or libraries available for iPhone?

I found one implementation that is licensed for each application, however I would prefer to go open source.

In addition, I am interested in libraries that use only public APIs, since the use of non-public APIs may prevent the application from being published to the App Store.

+53
iphone coverflow
Apr 05 '09 at 14:16
source share
6 answers

The nice people in Chaosinmotion have the following features:

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

BSD License.

+33
Apr 6 '09 at 3:32
source share

You can also check out the library that I released on iPhoneDevCamp - OpenFlow. http://apparentlogic.com/openflow

They are all based on animation, so they are easy to understand and customize for your needs. AFOpenFlowView is a subclass of UIView.

I turned on the demo application and looked at the blog post on my personal website to learn more about its use. fajkowski.com

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

+42
Aug 03 '09 at 17:47
source share

There is another good Open Source implementation from the demosthenes. Here is the link.

+34
May 08 '11 at 11:28
source share

The final chapter on Erica Sadun 's iPhone Developer Cookbook is about Cover Flow. You can get the source code from the sample book storage in Google Code: cookbooksamples

+2
Apr 05 '09 at 15:06
source share

I am not aware of any open source libraries for what you described above. However, if you are familiar with basic animation, it would not be too difficult to implement what you are describing.

See the links below for more information:

0
Apr 05 '09 at 14:33
source share

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

0
Nov 19 '09 at 23:46
source share



All Articles