Ejemplo n.º 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() };
		}
Ejemplo n.º 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() };
        }