Hi I have a requirement where i need to resize and rotate the image view by dragging it right corner of the image view where there is a button.
I could successfully resize and rotate Individually the image view by dragging its corner, but failed when i am trying to implement the resize cum rotate feature for the image view with one-finger.I am doing with UItouch delegate methods.
Please Suggest me....