0

私を助けてください。次の問題があります。

touchesMoved:サブクラスでイベントを処理したいUIViewController(View Controller を持つビューがある) のですが、呼び出すと[aTouch locationInView:self]例外が発生し'NSInvalidArgumentException', reason: '-[MySomeSubclass convertPoint:fromView:]: unrecognized selector sent to instance 0xdc64000'ました。

なぜその例外が発生したのか、それを修正する方法を教えてください。

ありがとう。

4

1 に答える 1

3

する必要があります:[aTouch locationInView:self.view]

于 2012-11-06T17:33:47.670 に答える