I developed an iPhone Portrait application compatible with 4S to 6+. I don't want to create a separate application for iPad device, instead it needs to run as iPhone application. By default iPad device takes 4S resolution for running the application.
My Question:
- Is there any possibilities to tell iPad device to run in 6+ resolution mode?
- I used iPhone 5C and iPad Mini for testing
- My application is developed with compact width and regular height mode Auto Layout.
Need your valuable answers !!!!
If you want to run your application on iPad then make it universal App. Your application is iPhone app that's why its not able to detect iPad width & height and load default iPhone 4s width & Height.
You may try to learn how Universal storyboard work with Xcode 6.