Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/softeq/toast-xamarin-ios
- Owner: Softeq
- License: mit
- Created: 2018-10-31T11:27:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T19:07:37.000Z (9 months ago)
- Last Synced: 2024-08-09T05:49:59.464Z (6 months 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: 14
- Forks: 0
- Open Issues: 0
-
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.
[![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.