Reputation: 3
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?
Upvotes: 0
Views: 32
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.
In Xcode 10 you need to make sure Universal is selected in the drop down menu for Devices.
Upvotes: 1