A simple toast notifier to show user any message with custom background, image and text. Very simple implementation with limited options that are easy to extend and customize.
- Simple message presentation with optional image.
- Easy to customize.
- Automatic disappearance.
- Swift 4+.
- To Present
JHToasterPresenter.present(in view: UIView, with image: UIImage?, with text: String?, where backgroundColor: UIColor?)
Download and add JHToaster.swift
file in your project.
Or create a new file in your project and paste the code of JHToaster.swift
.
- Swift 4+
- iOS 11 or higher
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
This project is licensed under the MIT License.