MPMoviePlayerController - 控件未对齐
我的 iPhone 应用程序(在 iOS2 下创建)有一个奇怪的行为。
左箭头未与其他控件对齐(在 iOS3 和 4 上)
我的其他应用程序工作正常...
有人有任何想法吗?
更新:该错误出现在我公司的所有 iPhone 以及所有 iPhone 中在我客户的公司中(都在许多计算机上编译或通过 adHoc 分发)
Update2 :该应用程序现在在 appStore 上,没有这个问题...真的很奇怪...
My iPhone app (created under iOS2), has a strange behavior.
The left arrow is not aligned with other controls (on both iOS3 and 4)
My other apps work fine...
Does someone have any idea ?
Update : That bug appear with all iPhone in my company, and in all iPhone in my customer's company (both compiled on many computers or distributed via adHoc)
Update2 : The app is now on the appStore without this problem... Really strange...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道到底是什么问题。以下是一些可能有帮助的猜测:
您的开发 sdk 有问题,然后会生成错误的内容。但是,我认为这种可能性较小,但你仍然需要尝试
您有一些与系统名称相似的图像,例如:“play.png”。以前发生过这种情况,当我将图像命名为“play.png”时,系统会自动选择我自己的图像(看起来不同)作为 MPMoviePlayerController 中的播放按钮。因此,也要仔细检查一下。
I don't know exactly what the problem is. Here is some guesses that may help:
Your development sdk has problems and then it generates something wrong. But, I think that it is less likely but you still need to try
You have some images with similar names of the system ones like : "play.png". It happened to me before when I have my image named "play.png" and then the system automatically pick my own images (which looks differently) to be the play button in the MPMoviePlayerController. So, double check that as well.