A Xamarin.Forms page based TabbedPage to show tabs at top on iOS.
![]() |
![]() |
---|
This project is maintained by Naxam Co.,Ltd.
We specialize in developing mobile applications using Xamarin and native technology stack.
Looking for developers for your project?
![](https://github.com/NAXAM/naxam.github.io/raw/master/assets/img/hire_button.png?raw=true)
Install-Package Naxam.TopTabbedPage.Forms
This control is used the same as standard tabbed page, except it has one more options to set selected tab indictor color, BarIndicatorColor
.
<forms:TopTabbedPage
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Naxam.Demo.TestPage"
xmlns:views="clr-namespace:Naxam.Demo"
xmlns:forms="clr-namespace:Naxam.Controls.Forms;assembly=Naxam.TopTabbedPage.Forms"
BarTextColor="#00b9e1"
BarIndicatorColor="#00b9e1"
BarBackgroundColor="#ffffff"
Title="MyRide">
<views:Page1 />
<views:Page2 />
</forms:TopTabbedPage>
Add this line to your iOS AppDelegate.cs
file
TopTabbedRenderer.Init();
This library currently uses MDTabBar
from MaterialControls library.
TopTabbedPage is released under the Apache License license. See LICENSE for details.