• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Requirments needs for iPad

 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
what are the changes that i need to consider to make iphone app suitable for iPad devices?
 
Ranch Hand
Posts: 471
Mac OS X Hibernate Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
  • Make the deployment SDK 3.2
  • Some changes in the info plist file to tell the project what's the app delegate for the iPhone and which is the one for the iPad
  • Make a view for your controller which makes use of the larger screen size


  • The simplest thing to do, IMHO, is that you create a new universal project, and copy your existing code to it. Doing so will automatically do the three steps for you. However, you'll have to make your own customizations of course.
     
    Mohamed El-Refaey
    Ranch Hand
    Posts: 119
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thank you for the help!
     
    Alaa Nassef
    Ranch Hand
    Posts: 471
    Mac OS X Hibernate Spring
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Don't mention it. One more thing though. iPhone applications work on iPad devices, but they use only a small portion of the screen (same size as the iPhone screen), so technically, iPhon apps will work on iPad apps, but they won't make use of the iPad screen size
     
    With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    reply
      Bookmark Topic Watch Topic
    • New Topic