iPod touch 第二代出现用户界面重叠问题
在使用 ios 5 构建时,我在 ipod touch 设备中遇到了问题。它实际上弄乱了整个屏幕以及屏幕底部显示的所有文本框、标签、按钮,并且在上下滚动后,所有内容都正确对齐。
我在 iphone 中遇到了同样的问题,我只是做了以下设置,它确实可以与相同的 ios sdk(armv6armv7,没有优化级别)一起使用。
你们遇到过类似的问题吗? iPod touch 第二代是现在唯一的问题。您对解决这个问题有什么建议吗?
或者这是一个ios问题?
I was facing issues in ipod touch devices when build with ios 5. It actually messes up the entire screen and all the textbox, labels, buttons displayed in the bottom of the screen and after scrolling up and down, everything gets aligned properly.
I have same issue in iphone, i just did the following setting and it did worked with same ios sdk (armv6armv7, with no optimization level none).
Have you guys faced similar issues ? iPod touch 2nd generation is the only problem now. Do you have any suggestions for fixing this up ?
or is this a ios problem ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题,并且我做了与你相同的更改来解决它。只需确保您也将其更改为“分发”和“发布”(我犯了这个错误)。
至于 iPod touch 2G - 不支持 iOS 5。您是否特别希望在 iPod touch 2G 上支持 iOS 5?如果是这样,根据苹果公司的说法,你就不必这样做。
I had the same problem and I did the same changes as you to solve it. Just make sure you also change it for Distribution and Release too (I made that mistake).
As for the iPod touch 2G - that doesn't support iOS 5. Are you looking specifically about supporting iOS 5 on an iPod touch 2G? If so, according to Apple, you don't have to.