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.
The Pod example covers extending Notify to create a presentable success and error based notification.
![Alt text](https://github.com/yourkarma/Notify/blob/master/default.png?raw=true "Default Notification" =250px)
![Alt text](https://github.com/yourkarma/Notify/blob/master/success.png?raw=true "Success Notification" =250x)
![Alt text](https://github.com/yourkarma/Notify/blob/master/error.png?raw=true "Error Notification" =250x)
To run the example project, clone the repo, and run pod install
from the Example directory first.
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"
klaaspieter, [email protected] asowers, [email protected]
Notify is available under the MIT license. See the LICENSE file for more info.