資源簡介
對iOS本地推送通知的簡單封裝(iOS10及以上和iOS10以下),快捷創(chuàng)建定時本地推送通知、重復(fù)推送通知、取消推送等便捷功能。
代碼片段和文件信息
//
//??ZBLocalNotification.m
//??Backlog
//
//??Created?by?Zombie?on?2018/11/1.
//??Copyright???2018?Zombie.?All?rights?reserved.
//
#import?“ZBLocalNotification.h“
ZBLocalNotificationKey?const?ZBNotificationFireDate?=?@“ZBNotificationFireDate“;
ZBLocalNotificationKey?const?ZBNotificationAlerttitle?=?@“ZBNotificationAlerttitle“;
ZBLocalNotificationKey?const?ZBNotificationAlertBody?=?@“ZBNotificationAlertBody“;
ZBLocalNotificationKey?const?ZBNotificationAlertAction?=?@“ZBNotificationAlertAction“;
ZBLocalNotificationKey?const?ZBNotificationSoundName?=?@“ZBNotificationSoundName“;
ZBLocalNotificationKey?const?ZBNotificationUserInfoName?=?@“ZBNotificationUserInfoName“;
ZBLocalNotificationKey?const?ZBNotificationPriority?=?@“ZBNotificationPriority“;
ZBLocalNotificationKey?const?ZBNotificationR
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????9719??2018-12-30?19:27??ZBLocalNotification.m
?????目錄???????????0??2018-12-30?19:27??__MACOSX\
?????文件?????????333??2018-12-30?19:27??__MACOSX\._ZBLocalNotification.m
?????文件????????1753??2018-12-30?19:27??ZBLocalNotification.h
?????文件?????????333??2018-12-30?19:27??__MACOSX\._ZBLocalNotification.h
評論
共有 條評論