Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个通用应用程序。我已经为 iPhone 做了一些应用程序。现在我想启动一个通用应用程序,这意味着该应用程序应该在 iPhone 和 iPad 上运行。我对此一无所知。所以请指导我并给我一些示例链接。
谢谢!
这比你想象的要容易。
如果 UI 是您唯一的区别,那么您只需要为每个平台设置不同的 XIB。然后在 plist 文件中进行配置,您将在每个平台上加载哪个 XIB。
这个链接帮助了我很多http://www.weston-fl.com/blog/?p=563