avplayer 在 containerView 中的位置不正确 T_T

the position of the avplayer in a containerView is not what it should be T_T

我正在研究 Avplayer。我有一个 Avplayer 的 containerView,我这样设置 Avplayer 的框架:

CGRect frame = CGRectMake(0, 0, 200, 400);
playerLayer.frame=frame;
[containerView.layer addSublayer:playerLayer];

但是Avplayer不在应该的位置T_T

我自己解决了,我没有使用框架,而是使用了playerview

有了播放器视图,你可以使用故事板来确定播放器的位置,以及它的大小。