Re: How To Unbind
Re: How To Unbind
- Subject: Re: How To Unbind
- From: Mike Abdullah <email@hidden>
- Date: Tue, 1 Sep 2009 12:08:51 +0100
On 31 Aug 2009, at 13:37, Richard Somers wrote:
I have a controller.
NSArrayController *controller;
Then I establish a binding programmatically which works fine.
[controller bind:@"managedObjectContext"
toObject:self
withKeyPath:@"managedObjectContext"
options:nil];
Then I unbind programmatically which does not work. By does not work
I mean that there is no error produced and the binding still remains
in place.
[controller unbind:@"managedObjectContext"];
Aside from the question, note that there is a
NSManagedObjectContextBinding constant which you would probably be
better off using.
_______________________________________________
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