<ul>
<li>touchesBegan:withEvent
タッチされた時に呼び出されるUIVuewControllerのメソッド。
また、タッチされた座標を知るためには、UITouchのlocationInViewメソッドを使用します。 [c] UITouch *touch = [touches anyObject]; CGPoint pos = [touch locationInView:self.view]; [/c]
<ul>
<li>touchesBegan:withEvent
タッチされた時に呼び出されるUIVuewControllerのメソッド。
また、タッチされた座標を知るためには、UITouchのlocationInViewメソッドを使用します。 [c] UITouch *touch = [touches anyObject]; CGPoint pos = [touch locationInView:self.view]; [/c]