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 中可能吗?
MPMoviePlayerController您可以从使用controlStyle属性中删除所有控制按钮:
MPMoviePlayerController
controlStyle
playerController.controlStyle = MPMovieControlStyleNone;