ui小调整
This commit is contained in:
parent
b902c2bda6
commit
ec4a819948
Binary file not shown.
@ -387,8 +387,8 @@
|
|||||||
filePath = "SwiftProject/Project/Controller/RecordingVideo/CCSpatialShootController.swift"
|
filePath = "SwiftProject/Project/Controller/RecordingVideo/CCSpatialShootController.swift"
|
||||||
startingColumnNumber = "9223372036854775807"
|
startingColumnNumber = "9223372036854775807"
|
||||||
endingColumnNumber = "9223372036854775807"
|
endingColumnNumber = "9223372036854775807"
|
||||||
startingLineNumber = "1237"
|
startingLineNumber = "1238"
|
||||||
endingLineNumber = "1237"
|
endingLineNumber = "1238"
|
||||||
landmarkName = "compositeSpatialPhoto()"
|
landmarkName = "compositeSpatialPhoto()"
|
||||||
landmarkType = "7">
|
landmarkType = "7">
|
||||||
</BreakpointContent>
|
</BreakpointContent>
|
||||||
|
|||||||
@ -155,6 +155,7 @@ class CCSpatialShootController: BaseController {
|
|||||||
botton.center = CGPointMake(shutterRingView.center.x - 92 - 24, shutterRingView.center.y)
|
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.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.addTarget(self, action: #selector(albumButtonAction), for: .touchUpInside)
|
||||||
|
botton.contentMode = .scaleAspectFill
|
||||||
return botton
|
return botton
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user