Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检测到 MKMapView 的触摸事件但不干扰它们。有人对此有什么建议吗?
我已经尝试将 MKMapView 子类化并在 touchesBegan 等上调用 super 无济于事。谢谢!
如果有人需要这个,我可以通过覆盖来做到这一点
- (void)sendEvent:(UIEvent *)event
在 UIWindow 上并在那里处理我的事件,然后再传递它们。