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.
MPMoviePlayerで再生中のビデオの周りに境界線の画像を表示するUIImageViewを表示する方法を手伝ってくれる人はいますか。
ボーダー画像の背景が透明であることを確認してください。つまり、すべての可視部分が透明でなければなりません。
moviePlayer.view addSubview:borderImage;
これにより、moviePlayer.view に UIImageView が追加され、透明な部分でムービーを表示できるようになります。