美文网首页
iOS AVPlayer 简单调用

iOS AVPlayer 简单调用

作者: 日薄西山沙漠黄 | 来源:发表于2017-02-08 16:47 被阅读0次

    AVPlayerViewController*avvc = [[AVPlayerViewControlleralloc]init];

    avvc.player= [[AVPlayeralloc]initWithURL:url];

    [selfpresentViewController:avvcanimated:YEScompletion:nil];

    相关文章

      网友评论

          本文标题:iOS AVPlayer 简单调用

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