Search code examples
iosiphoneipadios-universal-appipad-mini

How to Support an iOS app for iPhone,iPad and iPad Mini


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?


Solution

  • 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.