Skip to content

viktor-malieichyk/ToasterSwift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToasterSwift

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

ToasterSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ToasterSwift"

Utilisation

ToasterSwift.shared.show(message: "Hello world !", keep: true, close: true)
Parameter Description
keep true if the toast should still be display, false to auto hide this one after N seconds
close true if the button close should be display
ToasterSwift.shared.hide()

Author

jonathan-leininger

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 84.1%
  • Ruby 15.9%