• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Derived properties
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Derived properties (From: Christian Ziegler <email@hidden>)
 >Re: Derived properties (From: Greg Parker <email@hidden>)

  • Prev by Date: Re: iPhone CLLocation Accuracy?
  • Next by Date: Re: iPhone CLLocation Accuracy?
  • Previous by thread: Re: Derived properties
  • Next by thread: Re: Derived properties
  • Index(es):
    • Date
    • Thread