/JLToast

Toast for iOS with very simple interface. Written in Swift.

Primary LanguageSwiftDo What The F*ck You Want To Public LicenseWTFPL

JLToast - Written in Swift

JLToast makes it easy to use Toast in iOS with very simple interface.

At a glance

Just see below:

JLToast.makeText("Some text").show()

Installation

Use CocoaPods. Required Swift.

pod 'JLToast'

Setting duration and delay

JLToast.makeText("Some text", duration: JLToastDelay.LongDelay)
JLToast.makeText("Some text", delay: 1, duration: JLToastDelay.ShortDelay)

How easy!

Screenshots

First Screenshot
Second Screenshot
Third Screenshot

JLToast is under WTFPL. You can do what the fuck you want with JLToast.