I would like to place an image in a UIImageView and then allow the user to move and scale the image within the UIImageView. Any advice would be greatly appreciated.
This is what UIScrollView is for (at least one of its uses). I'm assuming you have a large image (bigger than the screen). Create the image view full size and add it to the scroll view. Set the scroll view's content size to match the actual size of the image view. Set all the other scroll view properties to allow for zooming and scrolling.