0

I have an existing iPad project which I want to enable to be used on iPad-pro. In my "Project target" I set my "iOS Development Target" to 9.1 and made sure that in my individual app targets the same development target has been set. However when I choose iPad pro form the simulator and run the project my screen size is still set to the standard iPad size

the screen size:(0.0, 0.0, 768.0, 1024.0)

Could someone point me to what else I should be doing.

My project is a combination of objective-c and swift. With thanks

Reza

reza23
  • 3,079
  • 2
  • 27
  • 42

1 Answers1

1

as with every iOS device that has a specific screen size, you have to provide the right launch image or a launch storyboard to make it known to iOS that you provide the screen size.

for ipad pro:

Community
  • 1
  • 1
Daij-Djan
  • 49,552
  • 17
  • 113
  • 135