【发布时间】:2014-11-21 20:47:14
【问题描述】:
如何将在 xcode 6 中创建的情节提要之一降级到 xcode 5?请注意,我使用的是 xcode 5。
【问题讨论】:
如何将在 xcode 6 中创建的情节提要之一降级到 xcode 5?请注意,我使用的是 xcode 5。
【问题讨论】:
@Mark Edington 之前已经回答过
Perform these steps to make a storyboard modified by Xcode 6 load and compile again with Xcode 5:
Using Xcode 6:
1. Set the "Opens in" to Xcode 5.1 in the Interface Builder Document Section of the storyboard File Inspector
2. Uncheck the "Use Size Classes"
3. Delete the constraints added using Xcode 6
4. Ensure that the storyboard no longer contains this key at the top of the file:
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
【讨论】:
在 Xcode 中打开您的故事板。打开右侧的 Utilities 面板,单击 File Inspector 选项卡,然后从 Interface Builder Document 下拉菜单中进行选择。
【讨论】: