转换为通用应用程序后,如何让 iPad 模板出现在新文件上?

发布于 2024-11-23 22:01:21 字数 120 浏览 2 评论 0原文

我已将之前的 iPhone 应用程序转换为通用应用程序。它在 iPad 和 iPhone 模拟器上运行,但当我创建新文件时,没有出现任何 iPad 模板。例如,我想选择分体控制器。

如何让 iPad 模板出现?

I have converted a prior iPhone app to universal application. It runs on the iPad and iPhone simulator but when I create a new file, none of the iPad templates are appearing. For example, I want to select the split controller.

How do I make the iPad templates appear?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

喵星人汪星人 2024-11-30 22:01:21

不幸的是,您想要做的事情并不那么简单。将 iPhone 应用程序转换为通用应用程序后,您在尝试添加新文件时无法在选项中获取 SplitViewController。如果你想添加一个 SplitViewController 那么你必须做一些额外的工作。您必须删除 MainWindow-iPad.nib 文件并从库中拖放 SplitViewController 并正确设置它。

只需看看 http: //useyourloaf.com/blog/2010/4/24/converting-to-a-universal-app-part-iii.html

这也许正是您想要的。希望有帮助!

Unfortunately what you are trying to do is not that simple. After converting an iPhone application to a universal application, you cannot get SplitViewController in the options while trying to add new file. If you want to add a SplitViewController then you have to do some extra work. You have to delete your MainWindow-iPad.nib file and drag and drop SplitViewController from library and have to set it up properly.

Just have a look at http://useyourloaf.com/blog/2010/4/24/converting-to-a-universal-app-part-iii.html

That's perhaps what you want exactly. Hope that helps!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文