LocalNotificationEditor

0.3.0

A SwiftUI view for easily displaying, adding, and editing local notifications for debugging.
Ryu0118/LocalNotificationEditor

What's New

v0.3.0

2024-03-09T08:14:39Z

What's Changed

  • Add UNUserNotificationCenterProtocol to abstract processes such as adding notifications by @Ryu0118 in #2

Full Changelog: 0.2.0...0.3.0

LocalNotificationEditor

A SwiftUI view for easily displaying, adding, removing, and editing local notifications for debugging.

Usage

Here's a example code:

import SwiftUI
import LocalNotificationEditor

public struct MyView: View {
  public var body: some View {
    NavigationStack {
      LocalNotificationList(userNotificationCenter: .current())
    }
  }
}

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Apr 13 2024 12:11:50 GMT-0900 (Hawaii-Aleutian Daylight Time)