using System; using CoreGraphics; using Foundation; using Intents; using IntentsUI; using Other.Siri; using UIKit; namespace Other { public class SkipControl { public SkipControl() { } public void SkipSiriView() { //var user = new SiriBaseView(); //user.View.BackgroundColor = new UIColor(242, 243, 247, 1); //HDL_ON_iOS.AppDelegate.rootViewController.PushViewController(user, true); //vc.TitleName //PresentViewController(vc, true, null); //HDL_ON_iOS.AppDelegate.rootViewController.PushViewController(vc, true); } } }