ios iOS10 通知Swift 3.0.zip
NotificationManager.scheduleNotification(id: "标识", title: "通知测试", subtitle: "子标题", body: "风雨一夜花满楼", badgeCount: 10) NotificationManager.pending { [weak self] value in print("(value)未发送") self?.showAlert(title: "通知", message: "(value)未发送")
下载地址
用户评论