Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 750 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 750 Bytes

ZSPlayerDemo

在iOS开发过程中我们也经常会遇到视频播放的需求,其实Apple已经为我们提供了多种方法来实现视频播放,包括MPMoviePlayerController,MPMoviePlayerViewController,AVPlayer,AVPlayerViewController等。而值得注意的是,上述的MPMoviePlayerController与MPMoviePlayerViewController在iOS9.0之后被弃用。虽说如此,这还是将它们的用法总结了一下,下面我们简单来了解一下四种播放方式的区别:

效果图: