Re: Use of undeclared identifier'zxingController'

18 views
Skip to first unread message

Steven Parkes

unread,
Dec 10, 2012, 10:07:38 AM12/10/12
to Harald Wolz, zx...@googlegroups.com
Sorry, not enough information to help but this looks to be a general programming issue, not something particular to zxing.

On Dec 8, 2012, at 9:21 AM, Harald Wolz <h4r4l...@gmail.com> wrote:

> Why I am getting this error message (ios6, ipad)
>
> Use of undeclared identifier'zxingController'
>
> I integrated the code in an existing Controller which i a have renamed to .mm
>
> #pragma mark -
> #pragma mark ZXingDelegateMethods
>
> - (void)zxingController:(ZXingWidgetController*)controller didScanResult:(NSString *)result {
> self.resultsToDisplay = result;
> if (self.isViewLoaded) {
> [resultsView setText:resultsToDisplay];
> [resultsView setNeedsDisplay];
> }
> [self dismissViewControllerAnimated:NO completion:nil];
> }
>
> - (void)zxingControllerDidCancel:(ZXingWidgetController*)controller {
> [self dismissViewControllerAnimated:NO completion:nil ];
> }
>
> --
>
>
>

Reply all
Reply to author
Forward
0 new messages