ToastBindings

Xamarin iOS binding library of Toast - toast notifications to the UIView.


Keywords
binding, dotnet, ios, library, maui, mobile, softeq, toast, ui, uikit, xamarin, dotnet6, toast-notifications, xamarin-ios, xamarin-ios-binding
License
MIT
Install
Install-Package ToastBindings -Version 4.0.0.3

Documentation

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 NuGet Badge

Screenshots

Toast Screenshots

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 for details.