Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You want to refactor you current iPhone only app in to a Universal app.</p> <blockquote> <p>iPhone SDK 3.2 [and later] supports the development of Universal applications. A Universal app is optimized to run on all iPhone OS devices—itʼs essentially an iPhone app and an iPad app built as a single binary.</p> </blockquote> <p>More details can be found in the <a href="http://devimages.apple.com/iphone/resources/introductiontouniversalapps.pdf" rel="nofollow noreferrer">Introducing Universal Applications for iPhone OS</a> documentation.</p> <blockquote> <p>In order to achieve your design goals for a Universal application, you will need to use conditional coding to determine the availability of features when your app is running. Conditional coding allows you to make sure youʼre loading the right resources, using functionality thatʼs supported by the device and properly leveraging hardware thatʼs available.</p> </blockquote> <p>In Xcode 4 you can set the device type, be sure to create iPad specific UI for you app.</p> <p><img src="https://i.stack.imgur.com/in5Li.png" alt="Xcode 4 Devices"></p> <p>Once you select <em>Universal</em> <a href="/questions/tagged/xcode" class="post-tag" title="show questions tagged &#39;xcode&#39;" rel="tag">xcode</a> will try and help you out by creating some <a href="/questions/tagged/interface-bilder" class="post-tag" title="show questions tagged &#39;interface-bilder&#39;" rel="tag">interface-bilder</a> files.</p> <p><img src="https://i.stack.imgur.com/GRbdn.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload