tags:

views:

37

answers:

2

Hi Guys

I want to resize an image without UIScrollView in iPhone application.

I want to use touchesMoved. How to do it?

Thank you

A: 

I usually load the image in a UIWebView instead of UIImageView, then you automatically get zoom/resize behaviour.

Graham Lee
A: 

You can set the transform property of your UIImageView.

Eiko