ios 手势

来源:互联网 发布:mysql布尔型 编辑:程序博客网 时间:2024/05/01 05:45
手势UIGestureRecognizer的衍生类別有以下几种:
  • UITapGestureRecognizer         //点一下
  • UIPinchGestureRecognizer      //二指往內或往外拨动
  • UIRotationGestureRecognizer  //旋转
  • UISwipeGestureRecognizer     //滑动,快速移动
  • UIPanGestureRecognizer         //拖移,慢速移动
  • UILongPressGestureRecognizer  //长按
  更多详情参考:http://wuchaorang.2008.blog.163.com/blog/static/48891852201282593411656/
2.几种手势demo图
ios 手势 - wuchaorang.2008 - rang
3.demo下载
http://dl.vmall.com/c06r9puyi7
原创粉丝点击