问题
I am using different storyboards for iPhone and iPad. Main.storyboard and Main~iPad.storyboard. But when I try to set assets in the storyboard it shows them in iPhone sizes due to which I am having issues setting those assets in the correct place.
Is there a way to make it detect the correct assets as per storyboard? such that it shows iPhone assets for Main.storyboard and iPad assets for Main~ipad.storyboard?
回答1:
Make sure you have set the Devices to "Universal":
来源:https://stackoverflow.com/questions/27813647/different-storyboards-for-iphone-and-ipad-in-xcode-6