Skip to content

Instantly share code, notes, and snippets.

@luismts
Created December 5, 2018 21:44
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 luismts/9d890a074a978614027a3cf312471308 to your computer and use it in GitHub Desktop.
Save luismts/9d890a074a978614027a3cf312471308 to your computer and use it in GitHub Desktop.
<Shell xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:TailwindTraders"
x:Class=" TailwindTraders.Shell"
Title="TailwindTraders">
<ShellItem Title="Home">
<ShellSection>
<ShellContent>
<local:HomePage />
</ShellContent>
</ShellSection>
<ShellItem>
</Shell>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment