Closed craiganthonydev closed 1 year ago
Xcode gives purple warning: -[AVCaptureSession startRunning] should be called from background thread. Calling it on the main thread can lead to UI unresponsiveness.
self.session.startRunning() is located in RSCodeReaderViewController two times.
Xcode gives purple warning: -[AVCaptureSession startRunning] should be called from background thread. Calling it on the main thread can lead to UI unresponsiveness.
self.session.startRunning() is located in RSCodeReaderViewController two times.