Jaden
Jaden

Reputation: 80

Xcode Simulator For iPad app displays zoomed in like and iPhone app

Screen Shot of iPad Simulator Screen

I created a brand new Xcode project using the master detail template. Just running the project off the bat my Xcode simulator runs all iPad devices in the below format.

It looks like an iPhone app is being ran on an iPad. In the bottom right corner there is a 1x button. When clicked it turns into a 2x button.

I've reset all device and settings in the simulator and changed the project to run on on other iPad devices but still having the issue. Again this is an out of the box project with no adjustments made. Ive attached a screenshot of what it looks like.

Upvotes: 4

Views: 1002

Answers (1)

PDD
PDD

Reputation: 314

Did you check this setting in the "general" tab in your project build settings is set to iPad instead of iPhone?

enter image description here

Upvotes: 7

Related Questions