QRCodeReaderViewController
QRCodeReaderViewController copied to clipboard
Select which camera to initially show
The back camera is always initial selected by default in the via controller. After the view controller is shown the can toggle between the front and back camera.
Would it be possible to choose which camera is selected by default?
For the moment this is not possible. Its Swift counterpart already supports this feature but I don't have enough time to support them both.
If you want add this feature, don't hesitate.
You can call [_codeReader switchDeviceInput] at viewDidLoad.... It have worked great for me...