This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Mar 13 17:58:16 -0700 2009 | |
| |
English.lproj/ | Wed Apr 29 13:10:14 -0700 2009 | |
| |
Info.plist | Fri Mar 13 17:58:16 -0700 2009 | |
| |
LICENSE | Wed Apr 29 13:10:14 -0700 2009 | |
| |
MBCoverFlowScroller.h | Wed Apr 29 19:25:43 -0700 2009 | |
| |
MBCoverFlowScroller.m | Sun Mar 29 00:01:14 -0700 2009 | |
| |
MBCoverFlowView.h | Wed Apr 29 19:25:43 -0700 2009 | |
| |
MBCoverFlowView.m | Mon Oct 12 21:00:48 -0700 2009 | |
| |
MBCoverFlowView.xcodeproj/ | Mon Mar 30 23:19:02 -0700 2009 | |
| |
MBCoverFlowViewController.h | Wed Apr 29 13:10:14 -0700 2009 | |
| |
MBCoverFlowViewController.m | Wed Apr 29 13:10:14 -0700 2009 | |
| |
MBCoverFlowView_Prefix.pch | Fri Mar 13 17:58:16 -0700 2009 | |
| |
NSImage+MBCoverFlowAdditions.h | Sat Mar 28 23:54:13 -0700 2009 | |
| |
NSImage+MBCoverFlowAdditions.m | Fri Mar 27 15:53:47 -0700 2009 | |
| |
README.mdown | Wed Apr 29 14:18:56 -0700 2009 | |
| |
main.m | Fri Mar 13 17:58:16 -0700 2009 |
README.mdown
What Is It?
MBCoverFlowView is an open-source implementation of the Cover Flow interface found in iTunes, Finder, etc.

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.







