• 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: Binding question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Binding question


  • Subject: Re: Binding question
  • From: Quincey Morris <email@hidden>
  • Date: Tue, 28 Oct 2008 13:21:10 -0700

On Oct 28, 2008, at 12:58, Quincey Morris wrote:

return [NSSet set withObject: @"filePath"];

Er, I meant:

return [NSSet setWithObject: @"filePath"];

Also, I think it's worth adding that it's also not bad practice to have properties that are not KVO-compliant (that is, properties that don't generate the proper KVO notifications when their value changes). If you're not going to observe them (e.g. aren't going to bind anything to them), there's no need to write code to make them observable.



_______________________________________________

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: 
 >Binding question (From: Jean-Nicolas Jolivet <email@hidden>)
 >Re: Binding question (From: Quincey Morris <email@hidden>)
 >Re: Binding question (From: Jean-Nicolas Jolivet <email@hidden>)
 >Re: Binding question (From: Quincey Morris <email@hidden>)

  • Prev by Date: Re: ASL & Unicode in Xcode's Console
  • Next by Date: Re: NSTableView right clicked row
  • Previous by thread: Re: Binding question
  • Next by thread: NSTableView right clicked row
  • Index(es):
    • Date
    • Thread