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.
インターフェイスビルダーを介して、スーパービューでサブビューの自動サイズ変更を有効にしました。1 つのサブビュー ビューの自動サイズ変更をプログラムで無効にする方法はありますか?
自動レイアウトではなく、自動サイズ変更を実際に使用していると思います。
そのサブビューautoresizingMaskをUIViewAutoresizingNoneに設定して、自動サイズ変更中に親がそれを無視するようにします。
autoresizingMask
UIViewAutoresizingNone