Skip to content

Commit

Permalink
#237 EKEventUI 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lgvv committed Sep 12, 2024
1 parent cd954ef commit f0691a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-kuring/Sources/UIKit/EKEventUI/EKEventView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import EventKit
import EventKitUI
import SwiftUI

struct EKEventView: UIViewControllerRepresentable {
public struct EKEventView: UIViewControllerRepresentable {

@Environment(\.dismiss) var dismiss

let eventStore: EKEventStore
let event: EKEvent
public let eventStore: EKEventStore
public let event: EKEvent

func makeUIViewController(context: Context) -> some UIViewController {
let eventEditViewController = EKEventEditViewController()
Expand Down

0 comments on commit f0691a1

Please sign in to comment.