# SNavigation.Forms
**Repository Path**: alan69alan69/SNavigation.Forms
## Basic Information
- **Project Name**: SNavigation.Forms
- **Description**: You can put any controls on NavigationBar.
- **Primary Language**: C#
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-01-26
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# SNavigation.Forms
SNavigation(Xamarin.Forms) allows you to put any elements on navigation bar.
[](https://www.nuget.org/packages/SNavigation.Forms/)
Supports Android and iOS.
## Screen-Shots
## Setup
* Install the [nuget package](https://www.nuget.org/packages/SNavigation.Forms) in portable and all platform specific projects.
### Android
In MainActivity.cs file
```cs
Stormlion.SNavigation.Droid.Platform.Init(this);
```
### iOS
In AppDelegate.cs file
```cs
Stormlion.SNavigation.iOS.Platform.Init();
```
## Usage
```cs
MainPage = new SNavigationPage(new Page1())
{
BarBackgroundColor = Color.SkyBlue,
};
```
```xaml
...
```
```xaml
...
```
## Contributions
Contributions are welcome!