0
votes

I created a XCode targeting IPhone, I've written a lot of code in the past weeks and now I need to add IPad storyboard(I forgot to create universal device...)

so I just added a new storyboard targeting ipad, gave a name to it, but every time I run the app calling the simulator, it calls the Iphone view instead

what am I missing?, I really don't want to create a new app a transfer all files to it

thanks

1

1 Answers

2
votes

First, you would need to change your project settings to universal. Then, you'd need to make the main storyboard file for iPad point to the correct place. After you do that, click on the right side of the bar that has your product's name (next to the stop button) and choose iPad x.x simulator.