隐藏拍摄页面3D·4K文本

This commit is contained in:
bluesea 2024-03-22 14:52:34 +08:00
parent 5ee2bd8da3
commit 55a873627e

View File

@ -412,7 +412,7 @@ class BaseVirtualController: UIViewController {
make.centerY.equalTo(StatuBar_Height + ((navtionBar?.height)! - StatuBar_Height) * 0.5) make.centerY.equalTo(StatuBar_Height + ((navtionBar?.height)! - StatuBar_Height) * 0.5)
}) })
} }
rightBtn1?.isHidden = true
rightBtn1?.setTitle(string as String, for: UIControl.State.normal) rightBtn1?.setTitle(string as String, for: UIControl.State.normal)
} }