コード例 #1
0
        public SplitViewController()
        {
            View.Bounds = new RectangleF(0, 0, UIScreen.MainScreen.Bounds.Width, UIScreen.MainScreen.Bounds.Height);
            Delegate    = new SplitViewDelegate();

            this.ViewControllers = new UIViewController[] { new EmptyViewController(), new EmptyViewController() };
        }
コード例 #2
0
		public SplitViewController ()
		{
			View.Bounds = new RectangleF(0,0,UIScreen.MainScreen.Bounds.Width,UIScreen.MainScreen.Bounds.Height);
			Delegate = new SplitViewDelegate();
			
			this.ViewControllers = new UIViewController[] { new EmptyViewController(), new EmptyViewController() };
		}