Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/softeq/toast-xamarin-ios

Binding of Toast iOS library for Xamarin / .NET6 / MAUI
https://github.com/softeq/toast-xamarin-ios

dotnet6 ios maui toast toast-notifications xamarin xamarin-ios xamarin-ios-binding

Last synced: about 2 months ago
JSON representation

Binding of Toast iOS library for Xamarin / .NET6 / MAUI

Awesome Lists containing this project

README

        

# Toast

ToastBindings is a Xamarin.iOS binding library that adds toast notifications to the `UIView` object class. It is intended to be simple, lightweight, and easy to use. Most toast notifications can be triggered with a single line of code.

[![Build Status](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_apis/build/status/Toast%20iOS%20Library/Toast-dev?branchName=master)](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_build/latest?definitionId=410&branchName=master)
[![NuGet Badge](https://buildstats.info/nuget/ToastBindings)](https://www.nuget.org/packages/ToastBindings/)

## Screenshots

![Toast Screenshots](https://raw.githubusercontent.com/scalessec/Toast/master/toast_screenshots.jpg)

## Installation

NuGet:

```
dotnet add package ToastBindings
```

## Basic Examples

See the demo project for more examples. More example in original repo: https://github.com/scalessec/Toast/tree/master/Example

## License

Toast binding library for iOS is released under the MIT license. See [LICENSE](LICENSE) for details.