Yannick Loriot

Results 91 comments of Yannick Loriot

Thank you for your contribution. I'm busy for the moment, I'll try to check your pull request tomorrow (in the worst case, this w-e). The first feedback: why do you...

You can add the delay in the callback methods (either with the block or either with the delegate): ```swift func reader(_ reader: QRCodeReaderViewController, didScanResult result: QRCodeReaderResult) { reader.stopScanning() DispatchQueue.main.asyncAfter(deadline: DispatchTime.now()...

Which is the QRCode, the expected result, etc.? Have you tried with another library or qrcode reader?

Which version of Xcode, Swift, CocoaPods are you using?

Is it an update or an install? Can you try with a blank project and tell me if it is working for you?

Do you want to specifically lock the ReaderView or your application is locked to the portrait mode? By default the library uses the the supported interface orientation of the app...

Hi, Sorry for the late, I was in holidays and no time to answer before. If the stepper value is round (i.e. value % 1 == 0) it would display...

Hi, yes this is normal, the port is not finished yet. As mentioned in the README title, it's still under development.

Hi, Unfortunately yes. `YLMoment` format method uses the the NSDate one. So it only supports the same format string (https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/DataFormatting/Articles/dfDateFormatting10_4.html#//apple_ref/doc/uid/TP40002369-SW4). It should be great to support this kind of feature...