1

I created custom UIScrollView and add UIImageView. I want to detect horizontal swipe gesture on the UIScrollView, but I cannot do it. I cannot find any other references in my case. I found only following url, but it's not real detecting gesture. How to recognize swipe gesture in UIScrollView I've not any zoom effect. Please help me.

Community
  • 1
  • 1
ttotto
  • 826
  • 3
  • 13
  • 31

1 Answers1

0

Doesn't one of the UIScrollViewDelegate methods such as [UIScrollViewDelegate scrollViewDidScroll:] work for you? I don't know your specific case, but standard way of detecting swipe action in UIScrollView should be through its delegate.

barley
  • 4,403
  • 25
  • 28