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サブビューとして 1 つのイメージ ビューを持つ 1 つのスクロール ビュー ( ) があります。imageview にタップ ジェスチャを割り当てていますが、その親 (ScrollView) がないため 、imageview であっても機能しません。 この競合を解決するにはどうすればよいですか。UserInteractionEnabled
UserInteractionEnabled = No
UserInteractionEnabled
スクロール ビューでのユーザー操作を無効にする理由はありません。スクロールをブロックしたい場合は、scrollEnabledプロパティを使用して無効にします。
scrollEnabled
scroll view (UserInteractionEnabled = No)すべてのサブビューに設定されるため、設定しないでください。それがうまくいくことを願っています。
scroll view (UserInteractionEnabled = No)