NSArrayController and Bindings
NSArrayController and Bindings
- Subject: NSArrayController and Bindings
- From: Matthew Delves <email@hidden>
- Date: Sun, 10 Jun 2007 21:06:30 +1000
Hey Folks,
What I'm trying to do is I have in a class an instance of NSArray
which holds the data. I'm wanting to use an NSArrayController to use
bindings in order to get the data from the NSArray.
Within the class that holds the NSArray I have the following two
functions:
- (NSArray *)array;
- (void)getArray(NSArray *);
When I use Interface Builder to bind to the array it will populate
the first lot of data though then seems to lock up the application.
Is there a way by which I can get around this? Am I using the correct
approach?
Thanks,
Matthew Delves
Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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