Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NAXAM/toptabbedpage-xamarin-forms

TopTabbedPage - A Xamarin.Forms page for showing tabs at top on iOS
https://github.com/NAXAM/toptabbedpage-xamarin-forms

tabs toptabbedpage toptabs xamarin xamarin-forms xamarin-ios

Last synced: 3 months ago
JSON representation

TopTabbedPage - A Xamarin.Forms page for showing tabs at top on iOS

Awesome Lists containing this project

README

        

TopTabbedPage - A Xamarin.Forms control

# TopTabbedPage

A Xamarin.Forms page based TabbedPage to show tabs at top on iOS.

|![Tab 1](./art/tab1.png)|![Tab 5](./art/tab5.png)|
|:---:|:---:|

## About
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?**



## Installation

Install-Package Naxam.TopTabbedPage.Forms

## Usage
This control is used the same as standard tabbed page, except it has one more options to set selected tab indictor color, `BarIndicatorColor`.

```xml


```

Add this line to your iOS `AppDelegate.cs` file
```c#
TopTabbedRenderer.Init();
```

## Credits
This library currently uses `MDTabBar` from [MaterialControls](https://github.com/fpt-software/Material-Controls-For-iOS) library.

## License

TopTabbedPage is released under the Apache License license.
See [LICENSE](./LICENSE) for details.