func create(id: String, fireDate: NSDate, soundName: String? = nil, message: String, actionTitle: String? = nil)
func find(id: String) -> UILocalNotification?
func delete(id: String)
Notification 通过 CocoaPods 提供。要安装它,只需将以下行添加到Podfile中:
pod 'Notification'
Notification 根据MIT许可证提供。有关更多信息,请参阅LICENSE文件。
Elvis Nuñez,@3lvis