yannickl/QRCodeReader.swift

Changing overlay stroke color

XFactorus opened this issue · 1 comments

Hello,

In order to easily change color of the white rect border, could we make "overlayColor" value in "ReaderOverlayView" public?

Currently using "ov.strokeColor = .black" for example is blocked due to internal protection level

Hello, as I can see in the latest version that field is still internal for the framework.

Can you please adapt it somehow (or make public) so users can easily change overlay (border) color while customizing overlayView?