Hi Guys
I want to resize an image without UIScrollView in iPhone application.
I want to use touchesMoved. How to do it?
Thank you
Hi Guys
I want to resize an image without UIScrollView in iPhone application.
I want to use touchesMoved. How to do it?
Thank you
I usually load the image in a UIWebView instead of UIImageView, then you automatically get zoom/resize behaviour.