Skip to content

roycehe/iOS10-LocalNotification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f60170 · Nov 16, 2016

History

4 Commits
Nov 16, 2016
Nov 16, 2016
Nov 16, 2016
Nov 16, 2016
Nov 16, 2016

Repository files navigation

iOS10-LocalNotification

Usage

NotificationManager

     NotificationManager.scheduleNotification(id: "标识", title: "通知测试", subtitle: "子标题", body: "风雨一夜花满楼", badgeCount: 10)
    
    NotificationManager.pending { [weak self] value in
        print("\(value)未发送")
        self?.showAlert(title: "通知", message: "\(value)未发送")
    }
    
    NotificationManager.delivered{ [weak self] value in
          self?.showAlert(title: "通知", message: "\(value)已发送")
    } 

About

iOS10 本地通知封装

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages