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.
初めてUITouch開始してUITouch移動した結果、デリゲートが正しく呼び出されました。UIPanGestureRecognizerただし、ビューにaを追加した後は、 UITouchbeginのみが呼び出され、UITouchmovedは呼び出されません。
UITouch
UIPanGestureRecognizer
「gestureRecognizer.cancelsTouchesInView=NO;」を追加する必要がある場合があります。ビューでタッチ イベントを受信し続けるには。