Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Ron C

macrumors member
Original poster
Jul 18, 2008
61
0
Chicago-area
I've been playing around with UIImage. What I've done so far is use an UIImagePickerController to fetch a picture, enabling editing on that picker such that I can multitouch edit the picture.

Now that I have the picture (and can display it in an UIImage), I'd like to provide further control to the user to multi-touch that.

My questions are:
  1. What do I turn on where to enable receiving multi-touch events from the image? (I'm using InterfaceBuilder to create the interface, at least for now)
  2. Where do these events go?
  3. How do I move the image?

I have some sense that it involves using something like the editingInfo dictionary that comes with the picker (via UIImagePickerControllerDelegate's imagePickerController:didFinishPickingImage:editingInfo: method), but I guess I'm lost after this.

Is there a good example to look at in the Sample Code (MoveMe looks promising)? I'm more than willing to go away and try something, but I'm not going to turn down more direct code to handle these events ;)

Thanks!

Ron C
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.