摘要: 1 //开始触摸 2 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event 3 { 4 NSLog(@"你触摸了屏幕"); 5 } 6 //移动 7 - (void)touchesMoved:(NSSet *)touches 阅读全文
posted @ 2016-02-22 16:27 骗人的孩纸 阅读(852) 评论(0) 推荐(0) 编辑