summer eye
summer eye

Reputation: 3

Why does my app look simulated on the ipad?

my app is not scaling the ipad screen and it has this zoom in and zoom out button on the bottom right. Is there somewhere in the settings I can turn this off?

enter image description here

Upvotes: 0

Views: 32

Answers (1)

Andrew
Andrew

Reputation: 28539

You need to go to the General Tab for your project and select the appropriate setting in Deployment Info.

In Xcode 11 you need to make sure the iPad checkbox is checked.

enter image description here

In Xcode 10 you need to make sure Universal is selected in the drop down menu for Devices.

enter image description here

Upvotes: 1

Related Questions