ui小调整

This commit is contained in:
bluesea 2024-04-15 16:53:51 +08:00
parent b902c2bda6
commit ec4a819948
3 changed files with 3 additions and 2 deletions

View File

@ -387,8 +387,8 @@
filePath = "SwiftProject/Project/Controller/RecordingVideo/CCSpatialShootController.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "1237"
endingLineNumber = "1237"
startingLineNumber = "1238"
endingLineNumber = "1238"
landmarkName = "compositeSpatialPhoto()"
landmarkType = "7">
</BreakpointContent>

View File

@ -155,6 +155,7 @@ class CCSpatialShootController: BaseController {
botton.center = CGPointMake(shutterRingView.center.x - 92 - 24, shutterRingView.center.y)
// botton.layer.position = CGPoint(x:self.view.bounds.width/2 - 70,y:self.view.bounds.height-50)
botton.addTarget(self, action: #selector(albumButtonAction), for: .touchUpInside)
botton.contentMode = .scaleAspectFill
return botton
}()