I am using latest Xcode 9 to run my project in iPad.
ViewControllers view is not occupying the whole space.When i print the frame I found height and width are interchanging
frame = (0 0; 768 1024)
When i run the same in Xcode 8 it's proper
I am using latest Xcode 9 to run my project in iPad.
ViewControllers view is not occupying the whole space.When i print the frame I found height and width are interchanging
frame = (0 0; 768 1024)
When i run the same in Xcode 8 it's proper
got to project target, click on general. and show the deployment info, then devices select universal. hope this will be work and please check the attachment image.
I think you need check full screen. Click your app name under TARGETS-> go to general-> see deployment info ->check Requires full screen.