Re: Subclassing From Code?
Re: Subclassing From Code?
- Subject: Re: Subclassing From Code?
- From: Jon Hull <email@hidden>
- Date: Mon, 17 Nov 2003 12:34:55 -0800
On Nov 16, 2003, at 5:51 PM, David McGavern wrote:
How can I dynamically make a class a subclass of another class, from
code? For example, if I have an LWSearchField (my own class) that I
want to make into a NSSearchField (if 10.3 is detected). Any help is
greatly appreciated :-).
It sounds like you want to make a simple class cluster.
Here is a good article:
http://www.cocoadev.com/index.pl?ClassClusters
Thanks,
Jon
_______________________________________________
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.