Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 308 Bytes

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