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.
当我使用 ios7 运行我的应用程序时,我面临两个问题:
1)它的状态栏出现在 UI 上。我已经在 BoolDidFinishLaunching 中实现了代码,这是我从谷歌搜索得到的,但仍然存在从底部扭曲的 UI 的问题。
2)其次,我在 ios7 中得到了相同的键盘。虽然 ios7 有自己的默认键盘。
您的应用程序在兼容模式下工作,除非您没有在 xCode5 iOS7 下编译它,所以这是默认行为,并且报告了许多问题。要在 iOS7 上以兼容模式调试您的应用程序,请检查以下问题:
如何在 iOS 7 上以兼容模式调试应用程序?
对于你的问题 1 我面临同样的问题,这是它的解决方案
iOS 7 - 状态栏与视图重叠
对于您的问题 2,您必须通过 xcode 5 编译您的代码,然后才会反映 iOS 7 的键盘和搜索栏以及其他 UI 组件。