标签: iphone ios events uiview
我在点击图片时加载了一个视图(类似于mapview注释)。当我点击视图中的任何其他位置时,我需要删除注释视图。我应该在哪个事件中删除视图。
答案 0 :(得分:0)
使用- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event删除视图。
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event