【转】 ios的手势操作之UIGestureRecognizer浅析
摘要:
一、概述 iPhone中处理触摸屏的操作,在3.2之前是主要使用的是由UIResponder而来的如下4种方式: - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event - (void)touchesCancelled:(NS 阅读全文
posted @ 2016-04-20 10:50 神奇的旋风 阅读(327) 评论(0) 推荐(0) 编辑