Reputation: 21
I just built the UI of my iOS 8 App using two Size Classes (Any/Any,Regular/Any). Now I have realized that I need the Any/Any configuration for every device and orientation except iPhones in landscape (here I would like to use the configuration of Regular/Any).
How can I copy the configuration from Regular/Any to Any/Compact and delete this configuration in the Size Class Regular/Any?
Upvotes: 2
Views: 113
Reputation: 932
There may be a better way, but how I've done it is:
It's manual labor, but it gets the job done.
Upvotes: 0