空间拍摄页面,右上角增加“4K·3D”的提示文本

This commit is contained in:
bluesea 2024-03-06 10:35:29 +08:00
parent 6ce1d1eb36
commit f335fb9c45

View File

@ -306,7 +306,7 @@ class CCSpatialShootController: BaseController {
self.view.addSubview(cameraLabel)
self.view.addSubview(videoLabel)
self.setRightOneBtnTitle(string: "4K·3D")
effectView.snp.makeConstraints { (make) in
make.top.leading.bottom.trailing.equalTo(self.view)