Skip to content

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

License

Notifications You must be signed in to change notification settings

Kang-heesuk/JLToast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published