Accessing @private superclass ivars
Accessing @private superclass ivars
- Subject: Accessing @private superclass ivars
- From: Keith Duncan <email@hidden>
- Date: Mon, 19 Feb 2007 23:04:07 +0000
I'm subclassing a class which has a private NSArray ivar containing
some objects I need access to in my subclass.
I can generate the objects myself in the subclass but that means doing
all the work twice. I can't change the superclass' code and there
aren't any accessors for the array. I've exhausted everything I can
think of without success.
Any hints would be appreciated.
- Keith
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden