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.
我已经在 iOS6 中开发了应用程序,但在更新到 iOS7 之后。Xcode 使用 Flat UI iOS7 自动更改了所有视图。
但我不想将我的 UI 更新为 Flat。如何将我的 UI 恢复到 iOS 6。
我的项目有 100 多个 XIB,现在我手动转到每个 XIB 并更改
在 Interface Builder Document "View as" ---> iOS6.1 及更早版本
重要提示:有什么方法可以将我的全部 XIB 文件转换为 iOS6.1?
我有类似的问题,在版本控制的帮助下,我刚刚放弃了 xibs 和故事板的所有更改。
在不使用源代码控制的情况下,我唯一想到的就是下载一些与 XCode 4 兼容的 xib(在 GitHub 上搜索)并将其源代码 (XML) 与 XCode 5 xib 进行比较。