如何让uiview移动?

时间:2011-05-18 08:54:46

标签: iphone objective-c uiview

我正在开发一个简单的游戏照片拼图。我有9张图片。图像部分放在不同的UIView上。现在我想知道如何在触摸时移动uiview部件?

...谢谢

1 个答案:

答案 0 :(得分:2)

检查this 你需要处理

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

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

事件