Re: Create an image Browser.
Re: Create an image Browser.
- Subject: Re: Create an image Browser.
- From: Ryan Bates <email@hidden>
- Date: Tue, 10 Feb 2004 07:53:40 -0800
On Feb 10, 2004, at 5:34 AM, Roberto Sobachi wrote:
How can I create an Image Browser as iPhoto?
It uses NSTableView?
No, NSTableView would probably be a bad choice. I would go with
NSMatrix. It looks like iPhoto uses a custom subclass of NSView.
However, NSMatrix should suite your needs just fine. If it doesn't have
all of the functionality you need then I suggest subclassing it. Also,
please read Apple's documentation before posting on this list:
<
http://developer.apple.com/documentation/Cocoa/Conceptual/Matrix/
index.html>
You may also want to consider buying a good Cocoa book. Although I have
not read it, Cocoa Programming for Mac OS X by Aaron Hillegass is
supposedly very good. Here's an Amazon link:
<
http://www.amazon.com/exec/obidos/ASIN/0201726831/ref=pd_sim_books/
002-5082833-4388041>
Ryan
_______________________________________________
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.