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
精彩评论