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.
私はUIImageviewを継承し、メソッドtouchesBegan、touchesMoved、touchesEndedをオーバーライド し、指で線を描いており、iPhoneで動作します(横にスクロールしません)。問題は、iPadで起動すると、デフォルトで常にスクロールが横にあり、スクロールがタッチイベントを盗んでいると思います。これを解決するには?
[yourScrollView setCanCancelContentTouches:NO]