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.
スーパービューにサブビューを追加しています。タッチイベントを受信する唯一のビューがサブビューになるように、タッチイベントを無視するようにスーパービューに指示する方法を知る必要があります。これはどのように行われますか?
ありがとう!
userInteractionEnabledスーパービューのプロパティを次のように設定しNOます。
userInteractionEnabled
NO
view.superview.userInteractionEnabled = NO;