Re: What's the point of @properties?
Re: What's the point of @properties?
- Subject: Re: What's the point of @properties?
- From: Ken Thomases <email@hidden>
- Date: Sun, 19 Sep 2010 16:45:13 -0500
On Sep 19, 2010, at 2:52 PM, Jim Thomason wrote:
> I know I'd get use of the dot syntax (I do need to use @properties to
> do that, right?)
No. Dot syntax is syntactic sugar for invoking accessors. The accessor do not have to be related to a declared property (i.e. @property). Dot syntax works will plain old hand-rolled accessors.
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden