I'm beginning to use all autolayout and size classes in my app. As advised, I'm looking for compact and regular size classes to handle different layout for different orientation for both iPhone and iPad. However, for iPad, the size classes are always regular, no matter if it's landscape or portrait. Apple advised us to not depend on orientation for laying out views but that's the only way to detect different orientations in iPad, size classes is not enough. I have a view that will display 2 rectangle side by side in landscape, but one below another in portrait.
Can someone tell me what is the best practices for this scenario?
Thanks