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
Asked
Active
Viewed 218 times
-1
-
1Don'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 Answers
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
-
I want to make just one NIB file for IPhone3,IPhone4,IPad . Is this possible. – afnan khan Feb 23 '12 at 20:27