In the xcode IB is there any way to specify separate constraits depending on the device orientation? Essentially, in portrait I want to use a larger number of stack views (rows) with fewer items each, while in landscape I want a smaller number of stack views (rows) with a larger number of items in each. Is this possible in IB? Do I need to do this programmatically instead?
separate layouts based on device orientation?
Add a Comment