Example #1
0
 public override void DidRotate(UIInterfaceOrientation fromInterfaceOrientation)
 {
     if (scannerView != null)
     {
         scannerView.DidRotate(this.InterfaceOrientation);
     }
 }
Example #2
0
        public override void DidRotate(UIInterfaceOrientation fromInterfaceOrientation)
        {
            if (scannerView != null)
            {
                scannerView.DidRotate(this.InterfaceOrientation);
            }

            //overlayView.LayoutSubviews();
        }