Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

Snackbar-iOS

Simple snackbar for ios from android platform

How use:

Just add "Snackbar.swift" to your project and use :)

#Example:

let sb = Snackbar()

sb.createWithAction(text: "Simple info text", actionTitle: "Push me", action: { print("Button is push") })

sb.show()

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.