zbarsdk ZBarReaderViewController - set full screen for ipad
问题 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 回答1: OK, the solution did come from the zbar sourceforge forums. iPad full screen support is only supported in their latest beta version. To get this, go