Yannick Loriot

Results 91 comments of Yannick Loriot

Sorry for the late, I've tried and everything works for me: ``` objective-c [vc setCompletionWithBlock:^(NSString *resultAsString) { NSLog(@"Completion with result: %@", resultAsString); }]; ``` And when the cancel button is...

No, it's not normal. I'll test on my side and I'll be back with more informations.

Here it works fine. However the reader don't stop automatically. We have to stop it manually calling the `stopScanning` method.

Hi, have you a sample project or a sample code to see how you architecture your code please?

For the moment this is not possible. Its [Swift counterpart](https://github.com/yannickl/QRCodeReader.swift) already supports this feature but I don't have enough time to support them both. If you want add this feature,...

@humbertosales Thank you for the hint. I'll investigate that when I'll have some time.

Can you update it please? I don't have enough time to work on for the moment.

How is it stretched? I think it is the expected behaviour of the UIButton. Have you the same effect with an UIButton? By default the UIButton stretched the background image,...

Without more details I couldn't be able to help you. Do you keep weak references of the reactions selector? For this kind of issue I suggest you to use stackoverflow,...

@csr thank you for reporting this. Is it reproductible on the simulator? It happens every time with the iPhone X (and only with the iPhone X in your case)? How...