Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stormlion227/STabbedPage.Forms

Full customizable TabbedPage control for Xamarin.Forms.
https://github.com/stormlion227/STabbedPage.Forms

bottom customizable tabbedpage top xamarin-forms

Last synced: 3 months ago
JSON representation

Full customizable TabbedPage control for Xamarin.Forms.

Awesome Lists containing this project

README

        

# STabbedPage.Forms

Full customizable TabbedPage control for Xamarin.Forms.

[![NuGet](https://img.shields.io/nuget/v/STabbedPage.Forms.svg)](https://www.nuget.org/packages/STabbedPage.Forms/)

Supports Android and iOS.

## Screen-Shots

STabbedPage for Android STabbedPage for iOS

## Setup

* Install the [nuget package](https://www.nuget.org/packages/STabbedPage.Forms) in portable and all platform specific projects.

### Android

In MainActivity.cs file

```cs
Stormlion.STabbedPage.Droid.Platform.Init(this);
```

### iOS

In AppDelegate.cs file

```cs
Stormlion.STabbedPage.iOS.Platform.Init();
```
## Usage

```xaml












































```

### Properties
* **TabBarPosition** ( Top or Bottom )
* **TabBarCellTemplate**
* **TabBarSelectedCellTemplate**
* **TabBarHeight**
* **SplitterColor** and **SplitterWidth**
* **TopBarColor** and **TopBarHeight**
* **BottomBarColor** and **BottomBarHeight**

## Contributions
Contributions are welcome!