Re: Binding question
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