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.
私は映画の背景でアプリケーションを作成しようとしています、私はそれを背景に置き、ボタンでオーバーレイしたい.movビデオクリップを持っていますそして....そうするための最良の方法は何ですか?MPMovieControllerは良い考えですか?
MPMovieControllerを使用できると思います。次に、コントロールを削除します(再生、一時停止)。
moviecontroller.controlStyle = MPMovieControlStyleNone;
次に、それが繰り返されるようにします。
moviecontroller.repeatMode = MPMovieRepeatModeOne;
お役に立てれば!