我希望将默认背景颜色从黑色更改为我想要的颜色.可能是与视频形成鲜明对比的颜色(大部分时间都是黑色).
我在我的viewWillAppear()函数中添加了这段代码:
viewWillAppear()
let playerLayer = AVPlayerLayer(player: player) playerLayer.backgroundColor = UIColor.blueColor().CGColor
ios avplayer swift
avplayer ×1
ios ×1
swift ×1