美文网首页
视频播放器

视频播放器

作者: 流年易逝_李 | 来源:发表于2018-03-29 01:10 被阅读5次

_moviePlayer = [[MPMoviePlayerController alloc]initWithContentURL:url];

_moviePlayer.view.frame = self.view.bounds;

_moviePlayer.view.autoresizingMask = UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight;

 [self.view addSubview:_moviePlayer.view];

相关文章

网友评论

      本文标题:视频播放器

      本文链接:https://www.haomeiwen.com/subject/vaupcftx.html