public override void ViewWillDisappear(bool animated) { base.ViewWillDisappear(animated); if (arView != null) { arView.Stop(); } }