我在 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.