2019-05-01から1ヶ月間の記事一覧
今あるローカル通知を全削除⬇︎let unc = UNUserNotificationCenter.current() unc.removeAllPendingNotificationRequests() ID指定して削除したい場合はこっち⬇︎ unc.removePendingNotificationRequests(withIdentifiers: ["id"]) ローカル通知って一度に64…
今あるローカル通知を全削除⬇︎let unc = UNUserNotificationCenter.current() unc.removeAllPendingNotificationRequests() ID指定して削除したい場合はこっち⬇︎ unc.removePendingNotificationRequests(withIdentifiers: ["id"]) ローカル通知って一度に64…