我无法在 iPad 上全屏显示 zbarsdk 阅读器。
它一直显示在左上角。
我试过以下
reader.wantsFullScreenLayout = YES;
reader.cameraOverlayView.frame=CGRectMake(0, 0, X, Y); //X and Y are iPad dimensions
[reader.cameraOverlayView sizeToFit];
我们欢迎所有的建议
我无法在 iPad 上全屏显示 zbarsdk 阅读器。
它一直显示在左上角。
我试过以下
reader.wantsFullScreenLayout = YES;
reader.cameraOverlayView.frame=CGRectMake(0, 0, X, Y); //X and Y are iPad dimensions
[reader.cameraOverlayView sizeToFit];
我们欢迎所有的建议
好的,解决方案确实来自 zbar sourceforge 论坛。只有最新的 beta 版本才支持 iPad 全屏支持。要获得这个,请访问http://sourceforge.net/projects/zbar/files/iPhoneSDK/beta/并下载最新的测试版(我使用的是 ZBarSDK-1.2.2.dmg)
我用这些替换了我项目中现有的 ZBarSDK 文件,它工作得很好
希望这有助于http://zbar.sourceforge.net/iphone/sdkdoc/tutorial.html并看看这个:来自http://www.scandit.com/的 Scandit SDK 条码扫描器。他们的最新版本已更新,以最佳地支持 iPad 2。