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!
To run the example project, clone the repo, and run pod install
from the Example directory first.
ToastProvider is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ToastProvider'
harryblam, [email protected]
ToastProvider is available under the MIT license. See the LICENSE file for more info.