Created
January 10, 2017 14:38
-
-
Save jonathanpeppers/a79902b0717dc358adac8642c6bad26a to your computer and use it in GitHub Desktop.
Xamarin.Forms Init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//On Android in MainActivity.cs | |
Xamarin.Forms.Forms.Init(this, bundle); | |
//On iOS in AppDelegate.cs | |
Xamarin.Forms.Forms.Init(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment