标签: iphone objective-c uiview
我正在开发一个简单的游戏照片拼图。我有9张图片。图像部分放在不同的UIView上。现在我想知道如何在触摸时移动uiview部件?
...谢谢
答案 0 :(得分:2)
检查this 你需要处理
- (void) touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event {} - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {}
事件