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;
希望这可以帮助!