MPMoviePlayerController - 控件未对齐

发布于 2024-09-15 17:15:44 字数 353 浏览 2 评论 0原文

我的 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 ?

Controls not aligned

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柒七 2024-09-22 17:15:44

我不知道到底是什么问题。以下是一些可能有帮助的猜测:

  • 您的开发 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文