/Notifier

A simple way to present notification when app IS ACTIVE

Primary LanguageSwiftMIT LicenseMIT

Notifier

A simple way to present notification while app IS ACTIVE

How To Use?

Just need one line

Notifier.shared.showNotifier(title: "您有一条新消息", body: "@这是什么鬼", withObject:"Any", onTapNotifier: { (obj) in
    print("onTapNotifier----object:\(obj)")
})

Screenshot

image