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.
NuGet:
dotnet add package ToastBindings
See the demo project for more examples. More example in original repo: https://github.com/scalessec/Toast/tree/master/Example
Toast binding library for iOS is released under the MIT license. See LICENSE for details.