UIWebView左右划动翻页手势
最近需要在UIWebView里实现左右划动翻页的功能,发现用UITouch事件没效果,在官方文档里找了个用UIGestureRecognizer实现的方法:
UITapGestureRecognizerUIPinchGestureRecognizerUIRotationGestureRecognizerUISwipeGestureRecognizerUIPanGestureRecognizerUILongPressGestureRecognizer
更详细的内容可以查看手册
本文出自 “idanal” 博客,请务必保留此出处http://danal.blog.51cto.com/3353275/632593