I am not able to display the zbarsdk reader in full screen on iPad.
It keeps showing in the top left hand corner.
I have tried the following
reader.wantsFullScreenLayout = YES;
reader.cameraOverlayView.frame=CGRectMake(0, 0, X, Y); //X and Y are iPad dimensions
[reader.cameraOverlayView sizeToFit];
Any suggestions would be much appreciated