Anyone design a 'Proxy' array?
Anyone design a 'Proxy' array?
- Subject: Anyone design a 'Proxy' array?
- From: warren marco <email@hidden>
- Date: Mon, 1 Apr 2002 17:32:03 -0700
Is it possible to create an proxy array, where methods are
transferred to all its objects, without knowing what the objects are??
It seems NSProxy's -forwardInvocation: and - methodSignatureForSelector:
are only useful when the messages are directed to one object( or at
least objects of the same type?). Has anyone done this before? I' m not
very knowledgeable in Obj-C reflection. Does anyone have any design
ideas or code they can share?
cheers,
warren marco
_______________________________________________
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.