使用不同的 xib 文件为 iPhone 和 iPad 编译相同的 Xcode 项目
我想知道是否可以为 iPhone 和 iPad 编译相同的 Xcode 项目,根据平台自动更改 xib 文件。该项目将包含两个 xib 文件。如果可以的话,该怎么做呢?
谢谢
I would like to know if it's possible to compile the same Xcode project for both iPhone and iPad, automatically changing the xib file according to the platform. The project will contain both xib files. If this is possible, how can be done?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建包含两种应用程序支持的通用应用程序。
创建新的Xcode项目>基于窗口的应用程序,从下拉菜单中选择通用。
它将为您提供两个不同的文件,一个用于 iPhone,另一个用于 iPad。
并检查此链接了解一切关于你的问题。
You can create Universal application which contains both kind of application supporting.
Create new Xcode project > Window based application in that select Universal from drop down menu.
it will provide you two different files one for iphone and another for ipad.
and check this link to know every thing about you question.