On Dec 8, 2009, at 3:40 PM, PCWiz wrote:

> Hi,
> 
> I am using NSCollectionView for a project in which the collection view is 
> populated with about 200 items, each containing about 4 subviews (image view, 
> and a few text fields).

You may want to consider using a different view. NSCollectionView does not do 
any special things for views that aren't visible, and you get one view for each 
item. So, in this case, you have at least 5 * 200 = 1000 views. That's a lot. 
Try IKImageBrowserView or NSTableView/NSOutlineView.

corbin


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to