Re: Category Use
Re: Category Use
- Subject: Re: Category Use
- From: David Remahl <email@hidden>
- Date: Fri, 25 Jan 2002 00:53:43 +0100
>
I haven't really used Categories before. (I really should've, without
>
them I've been forced to implement poor design.) Now that I've defined
>
my category, do I need to import the category's header file or can I
>
just use the standard class that it extends(NSMovie in this case)? If
>
the answer is no, then how does the compiler/linker understand the
>
category?
Import the category header. If you don't, then the compiler will output a
warning (method not found, or smtng like that), but it will build and run
anyway (and work).
/ david
References: | |
| >Category Use (From: David Kopec <email@hidden>) |