Skip to content

iOS library for providing Toast message functionality

License

Notifications You must be signed in to change notification settings

wevat/ToastProvider

Repository files navigation

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, harry@wevat.com

License

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