On Oct 6, 2011, at 5:34 PM, Torsten Curdt wrote: > While I agree that this is not a big deal in practice, I am sure you'd > agree that it would be indeed nice if we could somehow call out to the > synthesized setters. I don't have so deep insights into the Obj-C > runtime but I was wondering if there is some magic one can pull off to > get to the original setters.
You could probably do that via method swizzling, but either using a private property or using KVO would probably be a lot less clunky. Charles_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com