i took a uiview application.i placed a image on the controller’s view.my requirement is the image should be movable with the help of mouse.mouse should select the image and the image should be moved as the mouse is dragged.the image movement should be restricted to only a particular portion of the view.
can someone help me code the desirable task
tnx in advance
dinakar
This can be accomplished with touchesBegan and touchesMoved events.
Hope this should be helpful.