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