I am new to programming, so this question I'm sure is extremely basic (bear with me!)
I just installed zxing into my current xcode 4.5 project. It took me a while to get through the errors, but I finally got it.
I created a button called "scan" where I want zxing to be called. How can I make this happen?
I've tried looking at the files I implemented into my source files but cannot figure out which classes and method to use.
And yes, I tried a google search on this extremely basic concept but found nothing :(