iOS 触摸屏幕手势的位置

-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{

    UITouch *touch = [[event allTouches] anyObject];

    CGPoint touchPoint = [touch locationInView:self.view];
......

}
posted @ 2012-08-29 15:47  TQ.CH  阅读(386)  评论(0编辑  收藏  举报