Re: Derived properties
Re: Derived properties
- Subject: Re: Derived properties
- From: Quincey Morris <email@hidden>
- Date: Wed, 11 Nov 2009 14:20:43 -0800
On Nov 11, 2009, at 12:31, Greg Parker wrote:
One reason to make it a proper @property is that Xcode's
autocompletion of dot notation only looks at @properties, not
methods. So `obj.i` will autocomplete to `obj.itemsSelected` only if
there is an @property itemsSelected.
If only the frameworks headers, consequently, declared their
properties using @property, autocompletion would be so much more
useful. :)
I assume the reason it isn't done that way is to keep compatibility
with pre-2.0 Obj-C compilers, but I daily wish there was a solution.
Is there any official (public) policy on the future of this?
_______________________________________________
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