Skip to content

Instantly share code, notes, and snippets.

@mallibone
Last active April 28, 2016 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mallibone/03660f676551378e4b4c92537e63ce04 to your computer and use it in GitHub Desktop.
Save mallibone/03660f676551378e4b4c92537e63ce04 to your computer and use it in GitHub Desktop.
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
#if ENABLE_TEST_CLOUD
Xamarin.Calabash.Start();
#endif
Forms.Init();
LoadApplication(new App());
return base.FinishedLaunching(app, options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment