我曾在 iPhone 和 iPad 上使用过 Zbar,它可以正常工作,没有任何问题,但在 iPad 的横向模式下却不行。当我ZBarReaderViewController
在 iPad 中以横向模式显示弹出框时,视图会发生 90 度偏移,如下图所示,
包放在桌子上的地方,图像是用 iPad 在横向模式下拍摄的。我希望包的图像不那么移动。
我已经尝试设置supportedOrientationsMask
为
reader.supportedOrientationsMask = ZBarOrientationMask(UIInterfaceOrientationLandscapeLeft || UIInterfaceOrientationLandscapeRight);
但它没有以正确的方向显示,而是偏移了 90 度。有人可以帮我解决这个问题吗?非常感谢任何及时的帮助。谢谢。