Re: Binding of invisible controls: is lazy data loading possible?
Re: Binding of invisible controls: is lazy data loading possible?
- Subject: Re: Binding of invisible controls: is lazy data loading possible?
- From: mmalc Crawford <email@hidden>
- Date: Mon, 19 Jan 2009 17:33:24 -0800
On Jan 19, 2009, at 5:25 PM, Quincey Morris wrote:
If anyone can find a place in any documentation or header files that
*says* the indexed to-many accessors (such as
insertObject:in<Key>AtIndex: and removeObjectFrom<Key>AtIndex:) are
KVO-compliant when used directly, you'd be doing a public service by
posting a link.
<http://developer.apple.com/documentation/Cocoa/Conceptual/KeyValueObserving/Concepts/KVOCompliance.html#//apple_ref/doc/uid/20002178
>
In order to be considered KVO-compliant for a specific property, a
class must ensure the following;
* The class must be key-value coding compliant for the property as
specified in “Ensuring KVC Compliance”.
->
<http://developer.apple.com/documentation/Cocoa/Conceptual/KeyValueCoding/Concepts/Compliant.html#//apple_ref/doc/uid/20002172
>
mmalc
_______________________________________________
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