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 でイベントを処理してから渡します。