美文网首页
AVplayer使用注意事项

AVplayer使用注意事项

作者: 晓_我想去环游世界 | 来源:发表于2016-06-13 14:20 被阅读58次

关于AVplayer播放器内存释放问题 

[_player replaceCurrentItemWithPlayerItem:nil];

Label自适应的代码---

CGRect r = [self.detailModel.intro boundingRectWithSize:CGSizeMake(300,10000) options:(NSStringDrawingUsesLineFragmentOrigin) attributes:@{NSFontAttributeName:[UIFont systemFontOfSize:14.f]} context:nil];

self.detailLabel.frame = CGRectMake(30, 61, UISCREEN_WIDTH - 60, r.size.height + 50);


找到本地文件路径的方法:

相关文章

网友评论

      本文标题:AVplayer使用注意事项

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