public override void DidRotate(UIInterfaceOrientation fromInterfaceOrientation) { if (scannerView != null) { scannerView.DidRotate(this.InterfaceOrientation); } }
public override void DidRotate(UIInterfaceOrientation fromInterfaceOrientation) { _scannerView?.DidRotate(InterfaceOrientation); }