Re: iPhoto style thumbnails or similar
Re: iPhoto style thumbnails or similar
- Subject: Re: iPhoto style thumbnails or similar
- From: Moray Taylor <email@hidden>
- Date: Sun, 4 Jul 2004 19:35:01 +0100
On 4 Jul 2004, at 19:16, Angela Brett wrote:
I'm looking for a bit advice on making a view of thumbnails, similar
to iPhoto, although the smooth zooming isn't essential.
I though of using an NSTableView with custom cells, but this would
not allow single cell selection without a fair amount of work, is
there a better way?
Would an NSMatrix of NSImageCells be adequate?
Possibly, but I really like the datasource model of the NSTableView. An
NSMatrix might be a good way to do it though, it would be much simpler
than doing it from scratch anyway.
Thanks
Moray
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.