Notify 0.2.1

Notify 0.2.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Apr 2016
SPMSupports SPM

Maintained by Andrew Sowers.




Notify 0.2.1

Notify

The purpose of Notify is to present addressable notification to your users within your app. Examples might include asking users to address permissions or whether they’ve seen some information relevant to them. Notifications support enqueuing and are presented in a FIFO order. Basic features include styling your notifications, hiding notifications without user interaction with an NSNotificationCenter notification, and the ability to show or hide the status bar.

Example

The Pod example covers extending Notify to create a presentable success and error based notification.

Default:

Alt text

Success:

Alt text

Error:

Alt text

Usage

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

Requirements

Installation

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

pod "Notify"

Author

klaaspieter, [email protected] asowers, [email protected]

License

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