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.
UIViewサブビューがその親スーパービューの境界を超えることを許可するために、誰かがIBの秘密のハンドシェイクを明らかにしてもらえますか?
乾杯、ダグ
サブビューを親ビューよりも大きくし、親ビューのクリップ サブビューを NO に設定します。
(親ビュー内にないサブビューの部分は、表示されていてもクリックできないことに注意してください)
スーパービューより大きくすることはできますが、範囲外には表示されません(少なくとも私の実験では)。