【发布时间】:2012-07-25 11:06:28
【问题描述】:
我在 iPhone 应用程序中有一个视图。在那个视图中,我添加了两个 UIImageView,比如说 img_view1、img_view2。现在我将触摸事件放在该视图上,如下所示。
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
// Some code are here
}
如何获取开始触摸的图像视图?
【问题讨论】:
标签: iphone uiimageview uitouch