Toast.iOS 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Toast.iOS --version 1.1.0
NuGet\Install-Package Toast.iOS -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Toast.iOS" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Toast.iOS --version 1.1.0
#r "nuget: Toast.iOS, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Toast.iOS as a Cake Addin
#addin nuget:?package=Toast.iOS&version=1.1.0

// Install Toast.iOS as a Cake Tool
#tool nuget:?package=Toast.iOS&version=1.1.0

Toast messages for Xamarin.iOS. It is possible to add toast to KeyWindow of the app so it is presented even during view controller transitions.

Product Compatible and additional computed target framework versions.
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • Xamarin.iOS 1.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Toast.iOS:

Package Downloads
startmobile.ioshelpers

General Helpers for iOS projects

MvxExtensions

MvxExtensions provide a set of libraries that extend the awesome MvvmCross framework. This package contains the 'Core' libraries of MvxExtensions For more info check the documentation

co.startmobile.tools.ios

Tools for iOS projects

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 375,022 8/24/2018
1.1.0 18,791 5/5/2018
1.0.0 5,624 2/15/2018

Added ability to display a toast in the middle of the screen using ToastPosition.Center.