Skip to content

yourkarma/Notify

Repository files navigation

Notify

Version Swift License Platform Carthage compatible

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](https://github.com/yourkarma/Notify/blob/master/default.png?raw=true "Default Notification" =250px)

Success:

![Alt text](https://github.com/yourkarma/Notify/blob/master/success.png?raw=true "Success Notification" =250x)

Error:

![Alt text](https://github.com/yourkarma/Notify/blob/master/error.png?raw=true "Error Notification" =250x)

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"

Notify is also available via Carthage. To install it, simply add the following line to your Cartfile:

github "yourkarma/notify"

Author

klaaspieter, kpa@annema.me asowers, andrew.sowers@yourkarma.com

License

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

About

Our notification presentation library for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages