视频播放
2018-11-22 本文已影响0人
风影鹤
NSString *file = [[NSBundle mainBundle]pathForResource:@"hj" ofType:@"mp4"];
AVPlayerViewController *player = [[AVPlayerViewController alloc]init];
player.player = [AVPlayer playerWithURL:[NSURL fileURLWithPath:file]];
[self presentViewController:player animated:YES completion:nil];
[player.playerplay];