WallabyStuff / ToastPiston

🍞 μ‹¬ν”Œν•˜μ§€λ§Œ 므찐 ν† μŠ€νŠΈ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToastPiston

CI Status Static Badge Version License Platform SwiftPM



Preview



Example

To run the example project, clone the repo, and run pod install from the Example directory first.

class YourViewController: UIViewController {
  ...
  
  showPistonToast(title: "Your toast message")

  ...
}

Parameters

title

required
type: String

titleColor

type: UIColor
default: UIColor.white

font

type: UIFont
default: UIFont.systemFont(ofSize: 15, weight: .semibold)

blurStyle

type: UIBlurEffect.Style
default: UIBlurEffect.Style.dark



Requirements

  • iOS 13.0+


Installation

ToastPiston is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ToastPiston'


Author

WallabyStuff, avocado34.131@gmail.com


License

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

About

🍞 μ‹¬ν”Œν•˜μ§€λ§Œ 므찐 ν† μŠ€νŠΈ

License:MIT License


Languages

Language:Swift 87.1%Language:Ruby 12.9%