在 MPMoviePlayer 中显示 UIImageView
任何人都可以帮我解决如何显示 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您的边框图像具有透明背景,即所有可见部分都必须是透明的
这将在 moviePlayer.view 上添加 UIImageView,透明部分将允许观看电影
make sure your border image has a transparent background , ie all visible parts have to be transparent
This will add the UIImageView over your moviePlayer.view and the transparent portion will allow for the movie to be seen