Say I have this code:
#import @interface MyView : UIView @end @implementation MyView - (void)touchesMoved:(NSSet *)touches withEvent:
Thanks for the suggestions and informative replies. I ended up just using the explanation shown on this page: (under "Trick 1: Emulating Photos app swiping/zooming/scrolling with a single UIScrollView").