摘要: 事件处理和手势 【视图与UITouch对应的方法】 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { //获取点击事件 UITouch *t = [touches anyObject]; //如果点击的是图片就把他移 阅读全文