摘要: //// ViewController.m// 05-手势//// Created by wanghy on 15/9/21.// Copyright (c) 2015年 wanghy. All rights reserved.//#import "ViewController.h"@interfa... 阅读全文
posted @ 2015-09-21 23:26 王刚韧(wanghy_iOS) 阅读(711) 评论(0) 推荐(0) 编辑
摘要: 5。触摸事件 touchBegin 等一系列方法 1)手指按下 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; 2)按下并移动 - (void)touchesMoved:(NSSet *)to... 阅读全文
posted @ 2015-09-21 07:33 王刚韧(wanghy_iOS) 阅读(874) 评论(0) 推荐(0) 编辑