sneiko / Snackbar-iOS

Simple snackbar for ios from android platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple snackbar for ios from android platform


Languages

Language:Swift 100.0%