Swiftpack.co - vberihuete/DCToastView as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by vberihuete.
vberihuete/DCToastView 1.0.1
This is part of the DC UI libraries to handle a simple Stack view and Auto layout friendly Toast View
⭐️ 4
🕓 4 years ago
iOS
.package(url: "https://github.com/vberihuete/DCToastView.git", from: "1.0.1")

DCToast

A Toast View made in swift using auto layout and stack views.

sample gif

Requirements

iOS 11 or above and swift 4.2

Installation

DCToastView is available through Swift package manager. To install it, simply add this git repository into your xcode spm depenencies:

How to

After you have your cocoapods set up done and already added the pod for DCToastView, you just need to import in the View Controller you will like to use the Filter View.

import DCToast

Then just call the shared Toast Presenter instance to show or remove a toast message

ToastPresenter.shared.show(in: self.view, message: "This is a toast")
ToastPresenter.shared.remove()

Constructor properties go as follows:

  • view: The view in which the toast is going to be presented
  • message: The message that the toast will show
  • toastPlace: The place which can be .down or .up
  • backgroundColor: The background color of the toast; defaults to black
  • textColor: The text color of the message; defaults to white
  • timeOut: The amount of seconds for the toast to dismiss if not provided it means that the toast will be sticky (will remain until touched); defaults to nil
  • roundness: How round the toast will be: .none, .low, .mid, .high; defaults to .mid

Author

Vincent Berihuete, [email protected]

License

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

GitHub

link
Stars: 4
Last commit: 4 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics