Notification 0.2.0

Notification 0.2.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2015
SPMSupports SPM

Maintained by Elvis Nuñez.



Notification

Usage

func create(id: String, fireDate: NSDate, soundName: String? = nil, message: String, actionTitle: String? = nil)

func find(id: String) -> UILocalNotification?

func delete(id: String)

Installation

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

pod 'Notification'

License

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

Author

Elvis Nuñez, @3lvis