Always focus camera
This commit is contained in:
parent
4b91ebcd02
commit
566163d1d0
Binary file not shown.
@ -87,8 +87,8 @@ struct CameraView: View {
|
|||||||
.overlay(RoundedRectangle(cornerRadius: circleSize/2)
|
.overlay(RoundedRectangle(cornerRadius: circleSize/2)
|
||||||
.stroke(lineWidth: circleStrength)
|
.stroke(lineWidth: circleStrength)
|
||||||
.foregroundColor(circleColor))
|
.foregroundColor(circleColor))
|
||||||
.onTapGesture(perform: didTapCircle)
|
|
||||||
.background(Color(white: 1, opacity: 0.01))
|
.background(Color(white: 1, opacity: 0.01))
|
||||||
|
.onAppear(perform: didTapCircle)
|
||||||
Spacer()
|
Spacer()
|
||||||
}
|
}
|
||||||
Spacer()
|
Spacer()
|
||||||
|
Loading…
Reference in New Issue
Block a user