开发者

How to recognize vertical swipe in iPad/iPhone

开发者 https://www.devze.com 2023-03-08 03:02 出处:网络
I have a custom view and when the user *SWIPES ON IT VERTICALLY * (up 开发者_运维问答or down), i want to present another view on it. I\'v gone through UISwipeGestureRecognizer and found that it recogn

I have a custom view and when the user *SWIPES ON IT VERTICALLY * (up 开发者_运维问答or down), i want to present another view on it. I'v gone through UISwipeGestureRecognizer and found that it recognizes only left or right swipe. Is there any way where in i can recognize Vertical swipe and initiate a action based on it....


UISwipeGestureRecognizer supports up and down swipes

0

精彩评论

暂无评论...
验证码 换一张
取 消