【发布时间】:2014-04-11 07:33:38
【问题描述】:
-(void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {
UITouch * t =[touches anyobject];
CGpoint * point = [t locationinview:self.view];
If([t view]) == imageview {
Imageview.center = point;
}
}
【问题讨论】:
标签: objective-c uitouch