Skip to content

Ryu0118/LocalNotificationEditor

Repository files navigation

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())
    }
  }
}

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages