Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

36 lines (19 loc) · 1.07 KB

SHSnackBarView

Version Cocoapods Swift 4.0 License Platform

Installation

  • Using cocoapods

    pod "SHSnackBarView"

  • Or drag and drop SHSnackBarView.xcodeproj to your project

Usage

1.import SHSnackBarView

2.create a object of snackbar

Eg: let snackbarView = snackBar()

3.use show function to show the snackbar view

Eg: snackbarView.showSnackBar(view: self.view, bgColor: UIColor.gary, text: "This is a snackbar view", textColor: UIColor.white, interval: 2)

Example

Download and checkout example project