public override bool FinishedLaunching(UIApplication app, NSDictionary options) { global::Xamarin.Forms.Forms.Init(); FloatingTextEntryRenderer.Init(); LoadApplication(new App()); return(base.FinishedLaunching(app, options)); }
protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); FloatingTextEntryRenderer.Init(); global::Xamarin.Forms.Forms.Init(this, bundle); LoadApplication(new App()); }