easyui / EZPlayer

基于AVPlayer封装的视频播放器,功能丰富,快速集成,可定制性强,支持react-native。
MIT License
489 stars 95 forks source link

How to close small player when school ? #12

Closed ismailtosun closed 4 years ago

easyui commented 4 years ago
func releasePlayer(){
    self.player?.stop()
    self.player?.view.removeFromSuperview()

    self.player = nil
    self.embeddedContentView = nil
    self.mediaItem = nil

}