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.
我有一个嵌入式UIViewController,旨在占用其父级的全部宽度和部分高度。
UIViewController
我希望它在其父级的相同大小类别内的不同场景中具有截然不同的高度。
我希望能够在界面生成器中使用不同大小的类来设计这些高度变化。
有没有办法告诉这个子视图控制器,例如,它应该有垂直大小类UIUserInterfaceSizeClassCompact,即使它的父级可能有UIUserInterfaceSizeClassRegular?
UIUserInterfaceSizeClassCompact
UIUserInterfaceSizeClassRegular
似乎很多人都面临这个问题(使用尺寸等级区分 iPad 纵向和横向)。下面的帖子似乎有一个可能的解决方案。
iPad 纵向和横向模式的尺寸调整类