Skip to content

Instantly share code, notes, and snippets.

@Char0394
Created March 19, 2018 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 Char0394/91adaa86e52a423ded68574cf0368667 to your computer and use it in GitHub Desktop.
Save Char0394/91adaa86e52a423ded68574cf0368667 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="PrismUnitySample.Views.CustomTabbedPage"
xmlns:local="clr-namespace:PrismUnitySample.Views"
Title="My App">
<TabbedPage.Children>
<NavigationPage Title="Tab 1">
<x:Arguments>
<local:Test1Page />
</x:Arguments>
</NavigationPage>
<NavigationPage Title="Tab 1">
<local:Test2Page />
</NavigationPage>
</TabbedPage.Children>
</TabbedPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment