ToastProvider 3.0.1

ToastProvider 3.0.1

Maintained by Wevat, Jacob Mitchinson.



  • By
  • harryblam

ToastProvider

Providing your app with Toast messages.

A simple Toast provider library, to provide your app with some temporary information in an eye pleasing fashion.

It can show a title, an optional subtitle, and also an optional image.

Configure the size and the display time of the toast, by changing the values of the configuration and passing this into showToast i.e:

let configuration = ToastConfiguration()
configuration.displayTime = 1.5

There are also a few different options for animation types. If you would like to see something added, suggestions are welcomed!

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

ToastProvider is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ToastProvider'

Author

harryblam, [email protected]

License

ToastProvider is available under the MIT license. See the LICENSE file for more info.