I really need help here. I'm pretty new to iOS/Objective-C so sorry if the problem resolution is simple.
I have followed all of the steps on the zBar tutorial in order to get the barcode reader working but I have had no success. I noticed that one of the steps said:'Declare support for the delegate protocol in ReaderSampleViewController.h'; when I pasted the code below, I started to get an error. Have I done something wrong here?
@interface ReaderSampleViewController : UIViewController
// ADD: delegate protocol
< ZBarReaderDelegate >
{ ...