I have an embedded UIViewController
that is intended to take up the full width and some fraction of the height of its parent.
I expect it to take on vastly different heights for different scenarios within the same size class of its parent.
I would like to be able to design for these height changes using different size classes in interface builder.
Is there any way to tell this child view controller, for example, that it should have vertical size class UIUserInterfaceSizeClassCompact
even though its parent might have UIUserInterfaceSizeClassRegular
?