Skip to content

Instantly share code, notes, and snippets.

@susairajs
Created July 23, 2019 09:43
<TabBar>
<Tab Title="Feed Page" Icon="tab_feed.png">
<ShellContent ContentTemplate="{DataTemplate views:FeedPage}">
</ShellContent>
</Tab>
<Tab Title="About Page" Icon="tab_about.png" >
<ShellContent ContentTemplate="{DataTemplate views:AboutPage}">
</ShellContent>
</Tab>
</TabBar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment