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

https://github.com/stormlion227/snavigation.forms

You can put any controls on NavigationBar.
https://github.com/stormlion227/snavigation.forms

Last synced: 3 months ago
JSON representation

You can put any controls on NavigationBar.

Awesome Lists containing this project

README

          

# SNavigation.Forms

SNavigation(Xamarin.Forms) allows you to put any elements on navigation bar.

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

Supports Android and iOS.

## Screen-Shots

SNavigation Android SNavigation iOS

## 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!