Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/NAXAM/toptabbedpage-xamarin-forms
- Owner: NAXAM
- License: apache-2.0
- Created: 2017-08-07T10:30:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T13:29:47.000Z (about 2 years ago)
- Last Synced: 2024-06-30T14:59:50.374Z (4 months ago)
- Topics: tabs, toptabbedpage, toptabs, xamarin, xamarin-forms, xamarin-ios
- Language: C#
- Size: 469 KB
- Stars: 81
- Watchers: 6
- Forks: 24
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - TopTabbedPage ★86
README
# 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.