Re: Constant NSArray Count
Re: Constant NSArray Count
- Subject: Re: Constant NSArray Count
- From: Jason Coco <email@hidden>
- Date: Sat, 20 Sep 2008 05:41:21 -0400
On Sep 20, 2008, at 05:05 , Alex Mills wrote:
Hey,
I have started looking at Key Value Observing but I'm having trouble
working out how to observe the changes within an Array.
Is there some place I can find example code on this to help wrap my
head around it?
I'm pretty sure that you can't do KVO directly on arrays, just on the
relationships that the array holds, but to get started, here is
a link to the Key-Value Observing guide from Apple:
http://developer.apple.com/documentation/Cocoa/Conceptual/KeyValueObserving/KeyValueObserving.html#/
/apple_ref/doc/uid/10000177
You might also want to do a full-text search for KVO and Key-Value
Observing in the search window in Xcode.
HTH, Jason
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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