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 1 year ago
JSON representation
Binding of Toast iOS library for Xamarin / .NET6 / MAUI
- Host: GitHub
- URL: https://github.com/softeq/toast-xamarin-ios
- Owner: Softeq
- License: mit
- Created: 2018-10-31T11:27:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T19:07:37.000Z (about 2 years ago)
- Last Synced: 2025-03-29T16:22:28.632Z (over 1 year ago)
- Topics: dotnet6, ios, maui, toast, toast-notifications, xamarin, xamarin-ios, xamarin-ios-binding
- Language: Objective-C
- Homepage: https://github.com/scalessec/Toast
- Size: 151 KB
- Stars: 9
- Watchers: 12
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](https://dev.azure.com/SofteqDevelopment/Xamarin.Binding.Libraries/_build/latest?definitionId=410&branchName=master)
[](https://www.nuget.org/packages/ToastBindings/)
## 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](LICENSE) for details.