Re: Subclassing From Code?
Re: Subclassing From Code?
- Subject: Re: Subclassing From Code?
- From: Matt Freels <email@hidden>
- Date: Sun, 16 Nov 2003 23:57:21 -0600
What you want to do, I think, is forward your methods to an instance of
one or the other Classes, depending on whatever conditions you want.
Set up sort of a proxy class, maybe?Check out this page... Will this
work for what you need?
http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/
4objc_runtime_overview/chapter_4_section_3.html#//apple_ref/doc/uid/
20001425/TPXREF109
_______________________________________________
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.