Inheritance: UIViewController
コード例 #1
0
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            RootView rvc = new RootView();

            window = new UIWindow(UIScreen.MainScreen.Bounds);
            window.AddSubview(rvc.View);
            window.MakeKeyAndVisible();

            return true;
        }
コード例 #2
0
 public MyAlertDelegate(RootView vc)
 {
     this.viewController = vc;
 }
コード例 #3
0
 public MyAlertDelegate(RootView vc)
 {
     this.viewController = vc;
 }