处理图片浏览页面的。操作手册按钮
This commit is contained in:
parent
1522976376
commit
6d9cb4afd2
@ -42,6 +42,7 @@ extension CCSpatialPhotoDisplayController {
|
|||||||
|
|
||||||
@objc func showEDView(sender:UIButton) {
|
@objc func showEDView(sender:UIButton) {
|
||||||
print("showedview....")
|
print("showedview....")
|
||||||
|
self.tipsButton.isHidden = true
|
||||||
CustomParamBoardView.showBoard(scaleCallback: {[weak self] scale in
|
CustomParamBoardView.showBoard(scaleCallback: {[weak self] scale in
|
||||||
self?.currentScale = scale
|
self?.currentScale = scale
|
||||||
}, edCallback: {[weak self] ed in
|
}, edCallback: {[weak self] ed in
|
||||||
@ -51,6 +52,7 @@ extension CCSpatialPhotoDisplayController {
|
|||||||
self?.currentED = 0
|
self?.currentED = 0
|
||||||
}, dismissCallback:{[weak self] in
|
}, dismissCallback:{[weak self] in
|
||||||
self?.saveParams()
|
self?.saveParams()
|
||||||
|
self?.tipsButton.isHidden = false
|
||||||
},scale: currentScale, ed: currentED,canChangeED: isPlayingOnExternalScreen)
|
},scale: currentScale, ed: currentED,canChangeED: isPlayingOnExternalScreen)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user