SGNotificationHelper 0.1.4

SGNotificationHelper 0.1.4

测试测试
Lang语言 Obj-CObjective C
许可证 BSD
发布上次发布2015年3月

Sanggeon.Park维护。



  • Sanggeon Park

该辅助工具可以将“远程推送通知”转换为“UILocalNotification”,并让您管理已经显示在通知中心的通知。

如果您想将远程通知转换为本地通知显示,远程通知必须是“静默通知”(否则远程通知将在通知中心显示)

* 注意所有文件仅适用于ARC

示例项目屏幕

1. 添加通知

alt tag

2. 在通知中心检查通知

alt tag

3. 在TableView中选择一个原始数据并确认删除通知

alt tag

4. 在TableView中更新

alt tag

5. 在通知中心中更新

alt tag

安装

通过git子模块

  • 使用git添加
 git submodule add https://github.com/SanggeonPark/SGNotificationHelper submodules/SGNotificationHelper
  • 将您需要的文件添加到您的xcode项目中。

发布

  1. 更新SGNotificationHelper.podspec
  2. 运行pod lib lint以检查错误,并
  3. 标记版本
  4. pod trunk push

更多信息