Re: categories question...
Re: categories question...
- Subject: Re: categories question...
- From: Gerard Iglesias <email@hidden>
- Date: Sun, 13 Jul 2003 15:45:24 +0200
Just for the record.
An hacky way is to make a subclass HackyLayoutManagerClass of
NSLayoutManager and poseAs this class as NSLayoutManager, hence you
can call a normal [super init] that will go to NSLayoutManager, and all
NSLayoutManager subclass will inherit from your HackyLayoutManagerClass
;)
Thanks to ObjC runtime, so much fun...
Gerard
_______________________________________________
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.