Hi to all,

Recently I have been exploring what ImageKit has to offer and by and large it's all very cool. However I have an IKImageView which is hooked up in interface builder to "+" and "-" button's in the aim to zooming IN and OUT of the image. So this is being handled by IB and not by my own code. However when I build and run the application, the image zooms but always to a view coordinate that's at the bottom left. I tried to override this by creating my own point and setting the zoom factor by using [imageViewOutlet setImageZoomFactor:[sender floatValue] centerPoint:viewsPoint];

But this doesn't solve the problem. Infact, it appears that my point is being ignored all together???

Googling for info on IKImageView is pretty sparse. Can anyone suggest a possible fix?
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to