Murph,
Thanks for the info. This is a really great place for me to start.
:// Jake
On Apr 20, 2008, at 8:56 AM, Sean Murphy wrote:
On Apr 20, 2008, at 1:13 AM, Jake Carter wrote:
So the AppDelegate will contain an array of Foo object and each Foo
object will have an array of Bar objects. I
On Apr 20, 2008, at 1:13 AM, Jake Carter wrote:
So the AppDelegate will contain an array of Foo object and each Foo
object will have an array of Bar objects. I want to be able to
observe the bars from the AppDelegate to see when new bars are added
or when a property changes in each bar obje
Hey guys,
I have a KVO question. First, the setup:
Foo
NSMutableArray *bars;
Bar
NSString *name;
int number;
AppDelegate
NSMutableArray *foos;
So the AppDelegate will contain an array of Foo object and each Foo
object will have an array of Bar objects. I want to be able to obser