Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以帮助我解决如何显示具有边框图像的 UIImageView 以显示在 MPMoviePlayer 中的视频播放周围。
确保您的边框图像具有透明背景,即所有可见部分都必须是透明的
moviePlayer.view addSubview:borderImage;
这会将 UIImageView 添加到您的 moviePlayer.view 上,透明部分将允许观看电影