Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.11 KB

Notify

Version License Platform

Example

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

Effect

Requirements

Installation

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

pod 'Notiefy'

How to use

    Notify.shared.add(on: self.navigationController!)
             .delegate(for: self)
             .message(message: "This is example")
             .closeIcon(icon: .closeWhite)
             .messageAlignment(alignment: .left)
             .show()

Author

karthikAdaptavant, karthik.samy@a-cti.com

License

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