Hi Ben
Binding to my IKImageView's "image" property nets the following:
[ addObserver:
forKeyPath:@"image" options:0x7 context:0x1adc3c30] was sent to an
object that is not KVC-compliant for the "image" property.
Is "image" not the key to which I should be binding?
Jim
On Tue, Oct 7, 2008 at 9
Has anyone come across a solution for knowing when the image has
been edited?
You should be able to use KVO to be notified when the image property
of the IKImageView changes.
-Ben
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do