Commit 3c4b160d authored by Alex朱枝文's avatar Alex朱枝文

录播中间播放按钮

parent 70675733
...@@ -110,6 +110,7 @@ class YHVODPlayerViewController: YHBasePlayerViewController { ...@@ -110,6 +110,7 @@ class YHVODPlayerViewController: YHBasePlayerViewController {
} }
containerView.addSubview(progressControl) containerView.addSubview(progressControl)
containerView.addSubview(centerPlayIcon) containerView.addSubview(centerPlayIcon)
containerView.bringSubviewToFront(centerPlayIcon)
progressControl.snp.makeConstraints { make in progressControl.snp.makeConstraints { make in
make.left.right.bottom.equalToSuperview() make.left.right.bottom.equalToSuperview()
make.top.equalTo(view.safeAreaLayoutGuide.snp.bottom).offset(-102) make.top.equalTo(view.safeAreaLayoutGuide.snp.bottom).offset(-102)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment