How to swap views using a swipe gesture XCode

后端 未结 2 1558
夕颜
夕颜 2021-02-06 16:59

I am using XCode to develop a Cocoa touch application for the iOS platform but have had trouble finding out how to get a swipe gesture implemented that would allow the user to s

2条回答
  •  隐瞒了意图╮
    2021-02-06 17:22

    This sounds like a perfect time to use UIGestureRecognizer or, more specifically, UISwipeGestureRecognizer.

    For more info on how to use them, read up in the Gesture Recognizers section of the Event Handling Guide.

提交回复
热议问题