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.
有什么方法可以隐藏 MPMoviePlayerController 导航栏中顶部的进度条吗?
我想隐藏,因为我不希望用户前进/后退视频。但是,用户可以通过单击完成按钮退出它。
由于擦洗器在 MPMovieControlStyle 的嵌入式和全屏版本中都可用,我看到的唯一解决方案是使用 MPMovieControlStyleNone 并在电影播放视图顶部覆盖您自己版本的完成按钮。