yashthaker7 / TYToast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYToast-Swift

TYToast is an swift category that adds toast notifications to the UIView object class. It is intended to be simple, lightweight, and easy to use. Most toast notifications can be triggered with a single line of code.

Examples

// basic usage
self.view.makeToast(message: "This is a piece of toast", position: .bottom)

// show Activity indicator
self.view.showToastActivity()

Setup Instructions

Manually

  1. Add TYToast.swift to your project.
  2. Grab yourself a cold 🍺.

Author

yashthaker7, yashthaker7@gmail.com

MIT License

TYToast is available under the MIT license. See the LICENSE file for more info.

About

License:MIT License


Languages

Language:Shell 61.6%Language:Swift 28.5%Language:Ruby 5.7%Language:Objective-C 4.2%