Add Custom Controls to MoviePlayer

后端 未结 5 449
慢半拍i
慢半拍i 2020-12-07 23:28

I am trying to figure out how to add a custom control to the iPhone MoviePlayer. For an example of what I am trying to do see the following image.

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 00:02

    I have not implemented ALMoviePlayerController but it seems to provide a succinct and sufficient solution to your problem.

    From git repo:

    "A drop-in replacement for MPMoviePlayerController that exposes the UI elements and allows for maximum customization"

    https://github.com/alobi/ALMoviePlayerController

提交回复
热议问题