xcode 5中的奇怪行为(打开我的旧ios应用程序时)

时间:2013-10-18 07:01:10

标签: ios xcode5

我在iOS中创建了一个通用应用程序。它在iPhone和iPad上运行良好。几天前我将我的Xcode版本更新为5,现在我看到了我的项目有些奇怪的行为。当我打开我的项目xib文件时,屏幕上不显示所有标签,按钮和图像。因此,当看到我的标签时,按钮框架大小全部设置为(0,490,0,0)。标签和按钮的宽度和高度应为零。我还有20个xib屏幕,所以我不想手动对齐所有这些屏幕。

可以修复吗?

提前致谢......

注意:

- My iPad xib do not changed. Only iPhone xib has changed.
- I don't have repository account for this project.
- I have another mac with xcode4.5 , and when i open my project it works good. Do i need    to change any autoresizing mask in xcode4.5 to fix this issue?
- I don't use auto layout , story board in my project.

1 个答案:

答案 0 :(得分:0)

当您更改Storyboardxib 文件检查器>时会发生这种情况界面构建器文档>从查看为,反之亦然。

要使界面看起来正确,您必须手动修复它。