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.
我正在将我的应用程序转换为 Universal,所以我创建了带有 ~ipad.xib 扩展名的 iPad xib。现在我想在 iPad.xib 中使用 iPhone.xib 中使用的所有旧 UIControls 而无需重新创建和连接,有没有办法重用它?我已经检查了他提到的一个 SO 问题,他在 iPad 中复制并使用了它。怎么做?
首先备份您的应用程序。转到您的应用程序目标部分,然后右键单击那里,您将获得三个选项,例如Duplicate,Delete,Project Editor Help ....现在选择 Duplicate 它将显示如下图所示的警报。现在选择“复制并转换到 iPad”。Xcode 将为 iPad 生成所有带有连接的 xib。将 iPad 的所有 xib 复制到原始应用程序。
只需选择所有控件在新的 .Xib 中进行复制和粘贴。