Coordinator

final class Coordinator : NSObject, EKEventEditViewDelegate

We need to be able to allow the user to create reminder events, based on the cleandate. This handles the wrapped display of the Calendar Entry Edit sheet.

  • The View that contains this wrapper.

    Declaration

    Swift

    @MainActor
    let parent: NACC_EventEditView
  • Default initializer. The parent is passed in.

    Declaration

    Swift

    @MainActor
    init(_ inParent: NACC_EventEditView)

    Parameters

    inParent

    The parent (container) View.

  • The callback, for when the calendar entry edit is complete.

    Declaration

    Swift

    @MainActor
    func eventEditViewController(_ inController: EKEventEditViewController, didCompleteWith inAction: EKEventEditViewAction)

    Parameters

    inController

    The controller for this session.

    inAction

    The action used to complete.