1

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

UdayM
  • 1,725
  • 16
  • 34

2 Answers2

0

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. enter image description here

0

I think you need check full screen. Click your app name under TARGETS-> go to general-> see deployment info ->check Requires full screen. enter image description here

Naresh
  • 16,698
  • 6
  • 112
  • 113