Re: IB crash with custom binding
Re: IB crash with custom binding
- Subject: Re: IB crash with custom binding
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 23 Feb 2005 13:23:46 -0800
On Feb 23, 2005, at 12:40 PM, Ricky Sharp wrote:
-
(void)setObservedObjectForBaseColor:(id)newObservedObjectForBaseColor
{
observedKeyPathForBaseColor = newObservedObjectForBaseColor;
}
Views should retain the objects they're observing.
That was a bug in my original code. I fixed it a while back -- do you
have the latest version (which also now calls
[self stopObservingGraphics:[graphicsContainer
valueForKeyPath:graphicsKeyPath]];
in unbind: -- thanks to Sean for spotting the omission)?
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden