在 MPMoviePlayer 中显示 UIImageView

发布于 2024-08-09 17:36:38 字数 66 浏览 6 评论 0原文

任何人都可以帮我解决如何显示 UIImageView 的边框图像显示在 MPMoviePlayer 中播放的视频周围。

Can anybody help in me out of how to show a UIImageView having Image of a border to be displayed around the Video Playing in MPMoviePlayer.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

把梦留给海 2024-08-16 17:36:38

确保您的边框图像具有透明背景,即所有可见部分都必须是透明的

moviePlayer.view addSubview:borderImage;

这将在 moviePlayer.view 上添加 UIImageView,透明部分将允许观看电影

make sure your border image has a transparent background , ie all visible parts have to be transparent

moviePlayer.view addSubview:borderImage;

This will add the UIImageView over your moviePlayer.view and the transparent portion will allow for the movie to be seen

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