-
-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Description
I tried a custom focus image as instructed in #53, it worked except the focus is not a square, I think there is a bug here though I looked into code and saw frame size are initialized with same value.
My code
@State var manager: CameraManager = .init(
focusImage: UIImage(systemName: "square.dashed"),
focusImageColor: .yellow,
focusImageSize: 90
)
And the result
Metadata
Metadata
Assignees
Labels
No labels