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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]