Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stormlion227/STabbedPage.Forms
- Owner: stormlion227
- License: mit
- Created: 2018-02-12T23:35:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T14:18:38.000Z (over 4 years ago)
- Last Synced: 2024-06-29T05:10:05.970Z (4 months ago)
- Topics: bottom, customizable, tabbedpage, top, xamarin-forms
- Language: C#
- Homepage:
- Size: 1.77 MB
- Stars: 16
- Watchers: 1
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-xamarin-forms - STabbedPage.Forms ★18
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
## 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!