PDF417 / pdf417-ios

PDF417 and QR code scanning SDK for iOS
www.pdf417.mobi
Apache License 2.0
127 stars 34 forks source link

Before scan no show message complete #8

Closed jonapin006 closed 9 years ago

jonapin006 commented 9 years ago

When I scan the PDF417 code, no show complete data with a NSLog, but in the UIAlertview it is working

jonapin006 commented 9 years ago

When I scan a code, with a NSLog I see just the next 0331413976, but in the Alert I see the image attach img_0030 screen shot 2015-06-21 at 10 34 51 am

m1h4 commented 9 years ago

Obviously the UIAlertView can handle not displaying a sequence of zero-value characters following the 6 which the Xcode Console cannot. Is there any other problem you are having besides the way Xcode/UIAlertView is displaying the underlaying byte data in textual form? Not that you can't just display any kind of data as valid text.

Cerovec commented 9 years ago

Closed as not really an issue.