Skip to content

karthikAdaptavant/Notify

Repository files navigation

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.