Tagged Questions

4
votes
4answers
365 views

iOS: Cancel UIScrollView touches when using 2 fingers

I have written a UIScrollView subclass that I am using to scroll a series of UITableViews. See the following diagram: As you can see I have several vertically scrolling UITableViews, that are being ...