Hi all,
In my iPhone app there happens to be two UIView A and B. UIView a contains some UIImageViews as view a is acting as a toolbox that provides drag and drop functionality over view B. using touchesBegan, touchesMoved and other events for a custom UIImageView class be able to perform drag from one view to another. In order to rotate and zoom UIImageView what process needs to be done? Though I also think about subclassing UIScrollView and adding UIImageView as its child but still has no idea about rotating the UIImageView as the user touches the image and does a rotation.
Any idea?
Thanks
Arnieterm
In my iPhone app there happens to be two UIView A and B. UIView a contains some UIImageViews as view a is acting as a toolbox that provides drag and drop functionality over view B. using touchesBegan, touchesMoved and other events for a custom UIImageView class be able to perform drag from one view to another. In order to rotate and zoom UIImageView what process needs to be done? Though I also think about subclassing UIScrollView and adding UIImageView as its child but still has no idea about rotating the UIImageView as the user touches the image and does a rotation.
Any idea?
Thanks
Arnieterm