ResizeImage is an example project demonstrating how to resize image without using UIPinchGesture. Tap on image and with the help of points on an image you will be able to resize the image. It also allows to move the image at any position without using UIPanGesture.
Other features include:
- Add multiple images
- Group multiple images
- Ungroup images
When you double tap on the image, you will get menu options - To back, To front, Delete
- To back -> send image back to another image
- To Front -> bring image in front of another image
- Delete -> Delete selected image.