拆分视图控制器对象未显示
我开始为 iPhone 开发一款应用程序,但后来决定让它在 iPhone 和 iPad 上通用。
我所做的只是去实现项目目标->构建设置->目标设备系列 -> iPhone/iPad
以及摘要中 ->设备->普遍的。
我很确定这不会完成转换,因为当我转到控制器笔尖文件之一时,我无法创建拆分视图控制器。
将 iPhone 应用程序转换为通用的正确方法是什么?
I started developing an app for the iPhone, but then decided I want to have it to be universal for both iPhone and iPad.
What I did was just go to the project target -> build setting -> targeted device family -> iPhone/iPad
and also in the summary -> devices -> universal.
I'm pretty sure this doesn't finish the conversion because when I go to one of the controller nib files, I can't create a Split view Controller.
What is the proper way to convert the iPhone application to universal?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须在项目设置中更改 TARGETED_DEVICE_FAMILY 才能在两个设备上运行应用程序。
http://i-and -world.appspot.com/2011/01/10/converting-iphone-apps-to-universal.html
http://iphonedevelopment.blogspot.com/2010/04/converting -iphone-apps-to-universal.html
u have to change TARGETED_DEVICE_FAMILY in project settings to run app on bouth devices.
http://i-and-world.appspot.com/2011/01/10/converting-iphone-apps-to-universal.html
http://iphonedevelopment.blogspot.com/2010/04/converting-iphone-apps-to-universal.html