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