Yannick Loriot
                                            Yannick Loriot
                                        
                                    How do you import the library?
Have you find a way to reproduce it?
When do you call the readerVC? The `QRCodeViewController` doesn't instantiate UIKit components in background.
I have no device with iOS10. Could someone help?
@artoymsd but you can't use the camera with the simulator? Have you checked the permissions and the camera availability before? ```swift try QRCodeReader.supportsMetadataObjectTypes() ```
In which case you have this warning (or error)?
This is a good idea, I'll add this option for a next release. :+1:
Sorry I don't understand your use case. :/ You should call the `reader.stopScanning()` method to stop the camera.
Sorry I don't know Mandarin. Can you write in English please?
Very interesting. The only place where the `metadataObjectTypes` are mutating is during the initialisation. Maybe a race condition during the init workflow? Needs more investigation.