码迷,mamicode.com
首页 > 其他好文 > 详细

第十五篇、OC_同一个View实现两个手势响应

时间:2016-11-28 20:54:57      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:实现   class   view   method   div   ret   手势   should   bool   

#pragma mark-UIGestureRecognizerDelegate Methods
// 只要实现这个方法,就可以实现两个手势同时响应
- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:

(UIGestureRecognizer *)otherGestureRecognizer {
    
    return YES;
}

 

第十五篇、OC_同一个View实现两个手势响应

标签:实现   class   view   method   div   ret   手势   should   bool   

原文地址:http://www.cnblogs.com/HJQ2016/p/6110824.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!