0
votes
0answers
21 views

ZBar Reader affects Subviews of ViewController

In the app I am working on, I use ZBar framework to scan barcodes. Now I stumbled upon a strange behaviour I can´t find any answers to. When I present the ZBarReaderViewController, during the the ...
0
votes
1answer
81 views

Unable to remove warning about deprecated method in iOS 6

I am using the ZBar SDK in my application, which I am able to run just fine. However, I am getting the following warning that I can't figure out: "presentModalViewController:animated" is deprecated. ...
0
votes
1answer
127 views

Flash in zBar Camera

I am using ZBAR for Qr code scanning. I had implemented ZBar correctly. Now I want to make flash light on or off in Zbar. On ZBar website I only get information about Torch but no information about ...
0
votes
1answer
57 views

ios-focusing make too long

I realize scanning bar code with ios abd zbar:ZBarReaderViewController.but when the camera show, the focusing very blurry,always need two second focus to become clear,why this happen?is there some ...
0
votes
3answers
655 views

ZBarReaderView UIView Camera orientation issue

I'm currently developing an iPad application that is using ZBarSDK for reading QR Codes. I am using ZBarReaderView (NOT UIViewController), so i'm showing the front facing camera in a UIView that is ...
0
votes
1answer
667 views

Implementing ZBar QR Code Reader in UIView

I really need help here. I'm pretty new to iOS/Objective-C so sorry if the problem resolution is obvious or if my code is terrible. Be easy on me!! :-) I'm struggling to integrate ZBarSDK for reading ...
0
votes
0answers
200 views

zBar Scanner View Controller Won't Dismiss Until Segue

I'm working with ZBar and am trying to add a subview to show a searching UIActivityIndicatorView after I scan a barcode and before my new view is ready (slow web lookup, etc). Here is the code: - ...
3
votes
1answer
744 views

Add overlay over top of ZBar scanner

I'm using the ZBar SDK to read QR codes on iPhone, however I want to add some text to the bottom of the camera/scanner view that is instructional text for the user. Here is what I have so far: UIView ...
2
votes
2answers
338 views

iOS: ZBar SDK unicode characters

When scanning QR codes with ZBar the string resulting from the process does not display unicode characters properly. The word Márti encoded as a QR code by any free to use QR code generator (like ...