I'm having issues with rotation of an image view that's a child of a scroll view. After I rotate the image, when I try to zoom in and out using the native scroll view functionality, the image view glitches out and basically disappears. I'm assuming it might have something to do with the way 2d matrix transformations work, and the app not knowing the height/width/location of the image view after rotation.
Has anyone successfully combined zoom/pan/rotate? Is there a better or easier way to combine the functionality of a scroll view (zoom/pan) and rotation?
Thanks!