Re: IKImageView and delegate callback/notification of image

  • > On Tue, 7 Oct 2008 at 09:38:01, Jim Turner said:
    >
    > Binding to my IKImageView's "image" property nets the following:
    >
    > [<IKImageView 0x1adc6e60> addObserver:<MyController 0x1adc3c30>
    > 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?
    >

    Hi Jim.  I've also been fooling around with IKImageView and -- if
    nothing else -- I have at least figured out what the delegate does and
    what delegate methods get called under what circumstances.

    If this is of any interest, let me know.
    Dave