public
Description: An open-source Cover Flow implementation
Homepage:
Clone URL: git://github.com/mattball/MBCoverFlowView.git
name age message
file .gitignore Fri Mar 13 17:58:16 -0700 2009 Initial commit [mattball]
directory English.lproj/ Wed Apr 29 13:10:14 -0700 2009 * Fix sample project * Include license file [mattball]
file Info.plist Fri Mar 13 17:58:16 -0700 2009 Initial commit [mattball]
file LICENSE Wed Apr 29 13:10:14 -0700 2009 * Fix sample project * Include license file [mattball]
file MBCoverFlowScroller.h Wed Apr 29 19:25:43 -0700 2009 * Changed selectedIndex to selectionIndex to ma... [mattball]
file MBCoverFlowScroller.m Sun Mar 29 00:01:14 -0700 2009 [CHANGE] Don't display the scrollbar if there a... [mattball]
file MBCoverFlowView.h Wed Apr 29 19:25:43 -0700 2009 * Changed selectedIndex to selectionIndex to ma... [mattball]
file MBCoverFlowView.m Mon Nov 23 02:16:53 -0800 2009 Change -cgImage to -cgImageCopy to appease the ... [mattball]
directory MBCoverFlowView.xcodeproj/ Mon Mar 30 23:19:02 -0700 2009 [REFACTOR] Move image loading code from NSOpera... [mattball]
file MBCoverFlowViewController.h Wed Apr 29 13:10:14 -0700 2009 * Fix sample project * Include license file [mattball]
file MBCoverFlowViewController.m Wed Apr 29 13:10:14 -0700 2009 * Fix sample project * Include license file [mattball]
file MBCoverFlowView_Prefix.pch Fri Mar 13 17:58:16 -0700 2009 Initial commit [mattball]
file NSImage+MBCoverFlowAdditions.h Mon Nov 23 02:16:53 -0800 2009 Change -cgImage to -cgImageCopy to appease the ... [mattball]
file NSImage+MBCoverFlowAdditions.m Mon Nov 23 02:16:53 -0800 2009 Change -cgImage to -cgImageCopy to appease the ... [mattball]
file README.mdown Wed Apr 29 14:18:56 -0700 2009 * Added a README [mattball]
file main.m Fri Mar 13 17:58:16 -0700 2009 Initial commit [mattball]
README.mdown

What Is It?

MBCoverFlowView is an open-source implementation of the Cover Flow interface found in iTunes, Finder, etc.

MBCoverFlowView screenshot

How Do I Use It?

To use MBCoverFlowView in your app, the minimum requirement is that you set both the imageKeyPath and content properties of the view. The imageKeyPath property should be set to the key path which will access the image to display for each item in the content array.

Bindings Are Cool! Can I Use Them?

Of course! Currently, MBCoverFlowView has bindings for the @"content" and @"selectionIndex" keys.