资源简介
对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
- 上一篇:基于树莓派的智能音箱系统
- 下一篇:尚硅谷徐靖博18年最新毕业电商项目
相关资源
- 磐镭rx580 bios(218004.rom)
- ios备忘录
- ios底部滚动菜单
- 显卡rx470/rx470d bios
- 联想H61主板升级BIOS支持22NM最新版本支
- 联想主板IH61M Ver:1.0 bios带windows刷写
- 联想H61最新BIOS.rar
- 联想L-IG41M3 出厂BIOS 完美支持WIN7 64位
- ios 2048 游戏代码
- swift ios 阅读器
- ios采集音视频数据并通过rtmp上传到
- swift 菜单评分
- Location虚拟定位ios12.4驱动
- IOS 本地和推送通知编程指南
- 联想 L-IG41M bios解决安装WIN7x64位问题
- OC调用swift的DEMO
- 微博app源码 ios
- ios GameCenter 接入
- IOSk线绘制蜡烛、线段、OHLC、圆Demo
- IOS Storyboard使用-模拟登录、注册、混
- 560显卡总集BIOS.zip
- IOS视频播放器,单个播放,列表播放
- ios高级计算器小程序
- Unity3D 游戏引擎之Unity3D回馈IOS高级界
- MSI G41TM-P31主板BIOS(集成微星slic2.1)
- 惠普bios白名单
- 迪兰RX580 2048SP 8G原版BIOS(海力士,镁
- XFX588镁光颗粒BIOS
- 金邦RX580 8G原BIOS
- 盈通RX560D原厂BIOS
评论
共有 条评论