Re: KVO and accessors - are they needed
Re: KVO and accessors - are they needed
- Subject: Re: KVO and accessors - are they needed
- From: Steven Kramer <email@hidden>
- Date: Fri, 22 Oct 2004 18:21:15 +0200
Well, YMMV of course, but Keep in mind that when KVC has to go looking
for your ivars, it has to do a bunch of wading through the Obj-C
runtime that isn't necessary if you provide accessor methods.
But the same more or less holds for method lookups, doesn't it?
Steven
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden