Skip to content

Instantly share code, notes, and snippets.

@nuitsjp
Last active August 11, 2016 09:25
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 nuitsjp/00cd3ac08c1811202212ef276109e058 to your computer and use it in GitHub Desktop.
Save nuitsjp/00cd3ac08c1811202212ef276109e058 to your computer and use it in GitHub Desktop.
Hello, Prism. AppDelegate.cs Normal
public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate
{
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
global::Xamarin.Forms.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