RE: IKImageView weird Zooming behaviour?
RE: IKImageView weird Zooming behaviour?
- Subject: RE: IKImageView weird Zooming behaviour?
- From: Karl von Moller <email@hidden>
- Date: Fri, 30 May 2008 00:26:04 +1000
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 (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