I am using the zbarSDK on my IOS app. It works like a charm and it was perfect. The problem is when I press on the Scan Button in front of a QR code (on fast device like 4s or iPhone 5), I only get the green rect and nothing happen, and I need to move the device for a second from the code and scan again and then it works.
If I click the Scan Button and then bring it to the QR code it works.
I was thinking on the following solutions but I don't know what best:
- How can I delay the reader from reading till the PresentModalView animation is finish.
- use something else instead of PresentModalView animated:YES.
Please advise