0
votes

I Got the requirement to create an iOS universal app which Should Support for iPhone, iPad and iPad mini.

Now How to Include the support for iPad mini in universal app

Is the development screen sizes are same for iPad mini?

Any suggestions please?

1
It's the same size:)Daniel Galasko
In xcode6 if you use autolayout or auroresizing it works for all resolutionsRamesh Muthe
But I m working on Xcode 5.1soumya

1 Answers

1
votes

Use the autoresizing functionnalities of Xcode 5.1.
You can specify the behavior of your views according to the screen resizing. I used this to adapt my app to the iPad mini.

You can specify if your view width's grows or not, stick to border, etc.

enter image description here

You can enable it by disabling Autolayout for the controller.