views:

265

answers:

1

I have implemented a UIScrollView that I want to scroll with two fingers and not one. I could easily deal with setting the content offset but how would I get a two finger swipe gesture acknowledged then?

+1  A: 

Look at this question.

Kai