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.
Asked
Active
Viewed 1,093 times
1 Answers
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