public override void DidRotate(UIInterfaceOrientation fromInterfaceOrientation) { if (scannerView != null) { scannerView.DidRotate(this.InterfaceOrientation); } }
public override void DidRotate(UIInterfaceOrientation fromInterfaceOrientation) { if (scannerView != null) { scannerView.DidRotate(this.InterfaceOrientation); } //overlayView.LayoutSubviews(); }