Ejemplo n.º 1
0
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            _Window = new UIWindow(UIScreen.MainScreen.Bounds);
            _RootViewController = new RootViewController();

            _Window.RootViewController = _RootViewController;
            _Window.MakeKeyAndVisible();

            return true;
        }
Ejemplo n.º 2
0
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            _Window             = new UIWindow(UIScreen.MainScreen.Bounds);
            _RootViewController = new RootViewController();


            _Window.RootViewController = _RootViewController;
            _Window.MakeKeyAndVisible();

            return(true);
        }