I need to set a separate Main Interface for iPhone and iPad, but Xcode only lets me set one interface for the project when it is universal
问题 I am unable to set a specific Main interface for iPad, even though my app is universal. Xcode used to have separate tabs for the Deployment Info on iPhone and iPad but now they are they same. However my game is radically different on iPhone and iPad and I need to set separate storyboards for each interface. Someone please help if you know the solution. 回答1: you could set the value in the Deployment Info -> Main Interface to an empty string and implement a custom logic in your AppDelegate : -