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()