如何在iPhone/iPad上创建通用应用程序?

时间:2021-01-03 22:45: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 don't have any idea about that. So please guide me and give me some sample links for that.

我想创造一个通用的应用。我已经为iPhone做了一些应用。现在我想要启动一个通用应用程序,这意味着应用程序应该在iPhone和iPad上运行。我对此一无所知。所以请引导我并给我一些示例链接。

Thanks!

谢谢!

1 个解决方案

#1


3  

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.

如果UI是您唯一的区别,您只需为每个平台拥有不同的xib。然后在plist文件中进行配置,在每个平台上加载XIB文件。

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

这个链接帮助了我很多http://www.weston-fl.com/blog/?

#1


3  

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.

如果UI是您唯一的区别,您只需为每个平台拥有不同的xib。然后在plist文件中进行配置,在每个平台上加载XIB文件。

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

这个链接帮助了我很多http://www.weston-fl.com/blog/?