How to create Universal apps in iPhone/iPad?

后端 未结 1 1647
忘了有多久
忘了有多久 2020-12-18 11:55

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 do

相关标签:
1条回答
  • 2020-12-18 12:29

    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

    0 讨论(0)
提交回复
热议问题