// This method is invoked when the application has loaded its UI and its ready to run public override bool FinishedLaunching(UIApplication app, NSDictionary options) { Platform.Name = Device.Ipad; var sharedApp = new AppDelegateShared(window, tabBar, login); sharedApp.FinishedLaunching(); window.MakeKeyAndVisible(); return true; }
// This method is invoked when the application has loaded its UI and its ready to run public override bool FinishedLaunching(UIApplication app, NSDictionary options) { Platform.Name = Device.Ipad; var sharedApp = new AppDelegateShared(window, tabBar, login); sharedApp.FinishedLaunching(); window.MakeKeyAndVisible(); return(true); }