I have implemented a paint application using UITouches by following RayWenderlich
tutorial
Make A Simple Drawing App with UIKit
I completed my paint successfully.
But *I need to set zoomin and zoom out functionalitie*s,
So that i added my ImageViews on UIScrollView.
But the paint is not working due to UITouches not working on UIScrollView.
I know due to scrollable behavior touches are are not working,
But even after i disable the scrollable option its did not works.
I implemented zooming functionality with Pinch Guesters but, it is not able to see out side zoomed, its just able to see zoomed image with in the window.
Can anybody suggest me how to handle perfect zoom in paint application