JLToast makes it easy to use Toast in iOS with very simple interface.
Just see below:
JLToast.makeText("Some text").show()
Use CocoaPods. Required Swift
.
pod 'JLToast'
JLToast.makeText("Some text", duration: JLToastDelay.LongDelay)
JLToast.makeText("Some text", delay: 1, duration: JLToastDelay.ShortDelay)
How easy!
JLToast is under WTFPL. You can do what the fuck you want with JLToast.