I want to create a universal apps. I have already done some apps for iPhone. Now i want to start a universal apps which means the app should be runs in iPhone and iPad. I don't have any idea about that. So please guide me and give me some sample links for that.

Thanks!

link|improve this question

69% accept rate
feedback

1 Answer

up vote 2 down vote accepted

It's easier than you'd think.

If UI is your only difference, you just need to have different XIBs for each platform. Then you configure in plist files, which XIB you'd load on each platform.

This link helped me a lot http://www.weston-fl.com/blog/?p=563

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.