私は持っていて、UIImageView
それに触れると、次の方法でタッチの位置を取得できます。
[touch locationInView:theUIImageView]
問題は、UIImageView を次のように回転させるときです。
theUIImageView.transform = CGAffineTransformMakeRotation(DegreesToRadians(arc4random()%15));
は[touch locationInView:theUIImageView]
、タップの正しい位置を返さなくなりました! *あえぎ!
を取得する方法に関する提案はありreal tap location
ますか?