Hi,
In my app i want to drag a image any where in the view and want to resize the image by pinching,gestures.
I am able to drag the image any where by using - (void) touchesBeganNSSet*)touches withEventUIEvent*)event and - (void) touchesMovedNSSet*)touches withEventUIEvent*)event .
But am not able to resize the image can any please help me.
Thank you