资源简介

对iOS本地推送通知的简单封装(iOS10及以上和iOS10以下),快捷创建定时本地推送通知、重复推送通知、取消推送等便捷功能。

资源截图

代码片段和文件信息

//
//  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

评论

共有 条评论