Version: 1.1

Posted: 2009-06-01

Build Requirements: Xcode 3.2, Mac OS X 10.6

Runtime Requirements: Mac OS X 10.6

View Source Code:

Download Sample Code (“IconCollection.zip”, 79.6K)



Description

IconCollection is a Cocoa application that demonstrates how to use NSCollectionView along with NSWorkspace and named images to determine its content. It also describes how to affect collection view selection, alternate background colors, item filtering, and sort order.

Document Revision History

Date Notes
2009-06-01NSCollectionView changes in SnowLeopard: Adopted the nib-based approach for the prototype view, made the collection view a dragging source to support drag and drop.
2008-01-18Demonstrates how to use NSCollectionView along with NSWorkspace and named images to determine its content.