Skip to content

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.

License

Notifications You must be signed in to change notification settings

jahid-hasan-polash/Custom-Toast-Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Toast Notifier

Swift 4.0 Platform: iOS XCode 9+ iOS 11 Licence MIT

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.

Features

  • Simple message presentation with optional image.
  • Easy to customize.
  • Automatic disappearance.
  • Swift 4+.

Usage

  • To Present
JHToasterPresenter.present(in view: UIView, with image: UIImage?, with text: String?, where backgroundColor: UIColor?)

Installing

Manually

Download and add JHToaster.swift file in your project. Or create a new file in your project and paste the code of JHToaster.swift.

Requirements

  • Swift 4+
  • iOS 11 or higher

Authors

Communication

  • 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.

License

This project is licensed under the MIT License.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages