iOS AVPlayer 简单应用
生活随笔
收集整理的這篇文章主要介紹了
iOS AVPlayer 简单应用
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
//1
? ? AVPlayerViewController *avvc = [[AVPlayerViewController alloc] init];
? ? //2
? ? avvc.player = [[AVPlayer alloc] initWithURL:url];
? ? //3
? ? [self presentViewController:avvc animated:YES completion:nil];
?
轉載于:https://www.cnblogs.com/fuxx/p/6378957.html
總結
以上是生活随笔為你收集整理的iOS AVPlayer 简单应用的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: spring ioc原理
- 下一篇: 经典算法题思路整理