Re: Documentation frustrations
Re: Documentation frustrations
- Subject: Re: Documentation frustrations
- From: Guy English <email@hidden>
- Date: Sat, 9 Jul 2005 12:17:23 -0400
On 7/9/05, Dietmar Planitzer <email@hidden> wrote:
> And in any case let's keep in mind that even from the viewpoint of the
> ObjC runtime, categories have basically no relevance after they are
> loaded into an executable. All methods defined in an category are
> merged into the class which the category overloads right at the time
> the category gets loaded.
[lots of good stuff snipped]
What happens for things like NSStringDrawing though? Those methods
*aren't* part of NSString unless you're working with AppKit. Now,
admittedly, most people work with AppKit so it's not a great example
but the point remains the same: Additional frameworks can add methods
to classes in other frameworks. How do you document this interaction?
Later,
Guy
_______________________________________________
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