Skip to content

iamshezad/SHSnackBarView

Repository files navigation

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

About

SHSnackBarView is a simple library for snackbar type alert in swift.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published