-1

I want to make same application but different of images for IPhone 3G,4G and IPAD. Is there any good tool or api is available. Thanks

afnan khan
  • 136
  • 1
  • 7
  • 1
    Don't understand... do you wonder how to make your app working on every device, or how to have some largeur images for retina display ? – Martin Feb 08 '12 at 09:25

1 Answers1

0

All of them support the Base SDK 3.2 (at least) so you can start by building a universal app in XCode. From there, using different NIB files for the different devices is not hard and does not require any external tool

Intro to Universal Apps: http://devimages.apple.com/iphone/resources/introductiontouniversalapps.pdf

Working with different NIB files: Loading the Different Nib Files

Community
  • 1
  • 1
Chen Harel
  • 9,684
  • 5
  • 44
  • 58