标签: ios swift xcode8 uiswipegesturerecognizer swipe-gesture
我的问题是关于滑动手势。我想在我的引号数组中添加四个手势位置。 quotes = [" no1"," no2"," no3] 我想在我的报价中添加4个位置,即上,下,左,右。我要添加的转换是" Partial Curl",因此它会像您正在阅读的书一样轻扫。并且每个数组在刷卡后也应单独显示。 所以它看起来像这样。 " NO1"在向左和向上滑动之后。 提前致谢!