【发布时间】:2013-12-16 21:02:11
【问题描述】:
我希望你能帮助我,首先对不起我的英语不好。 我想在 iOS 的 uiwebview 上点击一个指定点 (x/y)。我已经尝试过
(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { }
和
(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
[webview touchesBegan:touches withEvent:event];
}
但我还没有工作。我认为 uiwebview 是 uiview 的子视图。
你能帮帮我吗?
来自德国的问候。
【问题讨论】:
标签: ios xcode uiview uiwebview touchesbegan