ToasterSwift 0.1.1

ToasterSwift 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Jonathan Leininger.



  • By
  • jonathan-leininger

ToasterSwift

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

Author

jonathan-leininger, [email protected]

License

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