Re: [NEWBIE] viewing implementation files
Re: [NEWBIE] viewing implementation files
- Subject: Re: [NEWBIE] viewing implementation files
- From: Tim Lucas <email@hidden>
- Date: Mon, 18 Oct 2004 09:49:24 +1000
On 18/10/2004, at 8:47 AM, j o a r wrote:
You don't need access to the implementation of a class in order to
subclass. You only need access to the header files. The headers can
usually be found in
"/System/Library/Frameworks/<TheFrameworkInQuestion>/Headers".
And furthermore, if you want to call the super class's method from your
own there's no need to copy the implementation into yours -- just call
[super aMethod].
-- tim lucas
http://www.toolmantim.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden